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< UPrimaryCharaData * > PlayerListP1
TArray< UPrimaryCharaData * > PlayerListP2
TArray< int32 > ColorIndices
ERoundFormat RoundFormat
int32 StartRoundTimer
FRandomManager Random
UPrimaryStageDataStage
FGameplayTag MusicName

Detailed Description

Definition at line 23 of file NightSkyGameInstance.h.

Member Data Documentation

◆ ColorIndices

TArray<int32> FBattleData::ColorIndices

Definition at line 32 of file NightSkyGameInstance.h.

◆ MusicName

FGameplayTag FBattleData::MusicName

Definition at line 42 of file NightSkyGameInstance.h.

◆ PlayerListP1

TArray<UPrimaryCharaData*> FBattleData::PlayerListP1

Definition at line 28 of file NightSkyGameInstance.h.

◆ PlayerListP2

TArray<UPrimaryCharaData*> FBattleData::PlayerListP2

Definition at line 30 of file NightSkyGameInstance.h.

◆ Random

FRandomManager FBattleData::Random

Definition at line 38 of file NightSkyGameInstance.h.

◆ RoundFormat

ERoundFormat FBattleData::RoundFormat

Definition at line 34 of file NightSkyGameInstance.h.

◆ Stage

UPrimaryStageData* FBattleData::Stage

Definition at line 40 of file NightSkyGameInstance.h.

◆ StartRoundTimer

int32 FBattleData::StartRoundTimer

Definition at line 36 of file NightSkyGameInstance.h.


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