Files
FNGameProj/Source/FortniteGame/Private/FortFXStaticMeshComponent.cpp
T
2024-06-07 01:17:09 +02:00

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;
}