mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
16 lines
456 B
C++
16 lines
456 B
C++
#include "FortFXStaticMeshComponent.h"
|
|
|
|
void UFortFXStaticMeshComponent::SetSource(UStaticMeshComponent* InMeshComponent) {
|
|
}
|
|
|
|
UFortFXStaticMeshComponent::UFortFXStaticMeshComponent() {
|
|
this->AwakenFadeInTime = 0.00f;
|
|
this->AwakenDuration = 0.00f;
|
|
this->AwakenFadeOutTime = 0.00f;
|
|
this->BuildingHitFadeInTime = 0.00f;
|
|
this->BuildingHitDuration = 0.00f;
|
|
this->BuildingHitFadeOutTime = 0.00f;
|
|
this->SourceMeshComponent = NULL;
|
|
}
|
|
|