Files
2026-04-22 15:51:07 +02:00

12 lines
308 B
C++

#include "FortGameplayCueDecalInfo.h"
FFortGameplayCueDecalInfo::FFortGameplayCueDecalInfo() {
this->bOverrideCondition = false;
this->bOverrideAttachment = false;
this->bOverrideFadeOut = false;
this->Decal = NULL;
this->FadeOutStartDelay = 0.00f;
this->FadeOutDuration = 0.00f;
}