Payback 0.0.1
CK Graduation Project
로딩중...
검색중...
일치하는것 없음
FUIContext 구조체 참조

#include <UIContext.h>

FUIContext에 대한 협력 다이어그램:
Collaboration graph

Public 멤버 함수

bool IsValid () const
 

Public 속성

FGameplayTag LayerTag
 
int32 ZOrder = 0
 
bool Primary = false
 
bool bActivateOnPush = true
 
bool bCanIncludeInSnapshot = false
 
TSubclassOf< UUserWidgetBaseWidgetClass
 

멤버 함수 문서화

◆ IsValid()

bool FUIContext::IsValid ( ) const
inline
15 {
16 return WidgetClass.Get() && LayerTag.IsValid();
17 }
TSubclassOf< UUserWidgetBase > WidgetClass
Definition UIContext.h:39
FGameplayTag LayerTag
Definition UIContext.h:21
이 함수를 호출하는 함수들에 대한 그래프입니다.:

멤버 데이터 문서화

◆ bActivateOnPush

bool FUIContext::bActivateOnPush = true

◆ bCanIncludeInSnapshot

bool FUIContext::bCanIncludeInSnapshot = false

◆ LayerTag

FGameplayTag FUIContext::LayerTag

◆ Primary

bool FUIContext::Primary = false

◆ WidgetClass

TSubclassOf<UUserWidgetBase> FUIContext::WidgetClass

◆ ZOrder

int32 FUIContext::ZOrder = 0

이 구조체에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: