Night Sky Engine
A fighting game framework made in Unreal Engine
Loading...
Searching...
No Matches
FBattleData Struct Reference

#include <NightSkyGameInstance.h>

Collaboration diagram for FBattleData:

Public Attributes

TArray< TSubclassOf< APlayerObject > > PlayerList
 
TArray< int32 > ColorIndices
 
ERoundFormat RoundFormat
 
int32 StartRoundTimer
 
FRandomManager Random
 
FString StageURL
 
FString MusicName
 

Detailed Description

Definition at line 21 of file NightSkyGameInstance.h.

Member Data Documentation

◆ ColorIndices

TArray<int32> FBattleData::ColorIndices

Definition at line 28 of file NightSkyGameInstance.h.

◆ MusicName

FString FBattleData::MusicName

Definition at line 38 of file NightSkyGameInstance.h.

◆ PlayerList

TArray<TSubclassOf<APlayerObject> > FBattleData::PlayerList

Definition at line 26 of file NightSkyGameInstance.h.

◆ Random

FRandomManager FBattleData::Random

Definition at line 34 of file NightSkyGameInstance.h.

◆ RoundFormat

ERoundFormat FBattleData::RoundFormat

Definition at line 30 of file NightSkyGameInstance.h.

◆ StageURL

FString FBattleData::StageURL

Definition at line 36 of file NightSkyGameInstance.h.

◆ StartRoundTimer

int32 FBattleData::StartRoundTimer

Definition at line 32 of file NightSkyGameInstance.h.


The documentation for this struct was generated from the following file: