Payback 0.0.1
CK Graduation Project
로딩중...
검색중...
일치하는것 없음
ULevelRuleData 클래스 참조

#include <LevelRuleData.h>

ULevelRuleData에 대한 상속 다이어그램 :
Inheritance graph
ULevelRuleData에 대한 협력 다이어그램:
Collaboration graph

Public 멤버 함수

UStoryboardDefinitionGetStoryboardDefinition () const
 
UPlayerDeathFlowDefinitionGetPlayerDeathFlowDefinition () const
 
UPlayerSpawnFlowDefinitionGetPlayerSpawnFlowDefinition () const
 
UNiagaraCachingFlowDefinitionGetNiagaraCachingFlowDefinition () const
 

Protected 속성

TObjectPtr< UStoryboardDefinitionStoryboardDefinition
 
TObjectPtr< UPlayerDeathFlowDefinitionPlayerDeathFlowDefinition
 
TObjectPtr< UPlayerSpawnFlowDefinitionPlayerSpawnFlowDefinition
 
TObjectPtr< UNiagaraCachingFlowDefinitionNiagaraCachingFlowDefinition
 

멤버 함수 문서화

◆ GetNiagaraCachingFlowDefinition()

UNiagaraCachingFlowDefinition * ULevelRuleData::GetNiagaraCachingFlowDefinition ( ) const
26{
28}
TObjectPtr< UNiagaraCachingFlowDefinition > NiagaraCachingFlowDefinition
Definition LevelRuleData.h:45

◆ GetPlayerDeathFlowDefinition()

UPlayerDeathFlowDefinition * ULevelRuleData::GetPlayerDeathFlowDefinition ( ) const
14{
16}
TObjectPtr< UPlayerDeathFlowDefinition > PlayerDeathFlowDefinition
Definition LevelRuleData.h:39
이 함수를 호출하는 함수들에 대한 그래프입니다.:

◆ GetPlayerSpawnFlowDefinition()

UPlayerSpawnFlowDefinition * ULevelRuleData::GetPlayerSpawnFlowDefinition ( ) const
20{
22}
TObjectPtr< UPlayerSpawnFlowDefinition > PlayerSpawnFlowDefinition
Definition LevelRuleData.h:42
이 함수를 호출하는 함수들에 대한 그래프입니다.:

◆ GetStoryboardDefinition()

UStoryboardDefinition * ULevelRuleData::GetStoryboardDefinition ( ) const
8{
10}
TObjectPtr< UStoryboardDefinition > StoryboardDefinition
Definition LevelRuleData.h:36

멤버 데이터 문서화

◆ NiagaraCachingFlowDefinition

TObjectPtr<UNiagaraCachingFlowDefinition> ULevelRuleData::NiagaraCachingFlowDefinition
protected

◆ PlayerDeathFlowDefinition

TObjectPtr<UPlayerDeathFlowDefinition> ULevelRuleData::PlayerDeathFlowDefinition
protected

◆ PlayerSpawnFlowDefinition

TObjectPtr<UPlayerSpawnFlowDefinition> ULevelRuleData::PlayerSpawnFlowDefinition
protected

◆ StoryboardDefinition

TObjectPtr<UStoryboardDefinition> ULevelRuleData::StoryboardDefinition
protected

이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: