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

12 lines
288 B
C++

#include "FortPlaylistUIInfo.h"
UFortPlaylistUIInfo::UFortPlaylistUIInfo() {
PostGamePlacementOverlayClass = NULL;
VictoryStinger = NULL;
bIsCinematicVictory = false;
bShouldPushEmoteInput = false;
bShouldPlayOnLoss = false;
StingerFadesToAudioMusicAfter = 1;
}