mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
16 lines
390 B
C++
16 lines
390 B
C++
#include "FortFXStaticMeshComponent.h"
|
|
|
|
void UFortFXStaticMeshComponent::SetSource(UStaticMeshComponent* InMeshComponent) {
|
|
}
|
|
|
|
UFortFXStaticMeshComponent::UFortFXStaticMeshComponent() {
|
|
AwakenFadeInTime = 1;
|
|
AwakenDuration = 1;
|
|
AwakenFadeOutTime = 1;
|
|
BuildingHitFadeInTime = 1;
|
|
BuildingHitDuration = 1;
|
|
BuildingHitFadeOutTime = 1;
|
|
SourceMeshComponent = NULL;
|
|
}
|
|
|