mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
12 lines
263 B
C++
12 lines
263 B
C++
#include "IndicatedActorData.h"
|
|
|
|
FIndicatedActorData::FIndicatedActorData() {
|
|
Duration = 1;
|
|
StepTime = 1;
|
|
ShareActorWith = EShareActorWith::None;
|
|
bClampToScreen = false;
|
|
Sound = NULL;
|
|
StateImageOverride = EIndicatorStateImage::Default;
|
|
}
|
|
|