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

#include <TargetableQuery.h>

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

Public 멤버 함수

 TargetableQuery (UWorld *InWorld, const TArray< ITargetableInterface * > &InTargets)
 
TargetableQueryContext GetContext () const
 
TArray< ITargetableInterface * > GetTargets () const
 

Private 속성

TArray< ITargetableInterface * > Targets
 
TObjectPtr< UWorld > World
 

Friends

class UStageManagementSubsystem
 

생성자 & 소멸자 문서화

◆ TargetableQuery()

TargetableQuery::TargetableQuery ( UWorld *  InWorld,
const TArray< ITargetableInterface * > &  InTargets 
)
inline
95 {
96 Targets = InTargets;
97 World = InWorld;
98 }
TArray< ITargetableInterface * > Targets
Definition TargetableQuery.h:113
TObjectPtr< UWorld > World
Definition TargetableQuery.h:114

멤버 함수 문서화

◆ GetContext()

TargetableQueryContext TargetableQuery::GetContext ( ) const
inline
102 {
104 }
Definition TargetableQuery.h:7
이 함수를 호출하는 함수들에 대한 그래프입니다.:

◆ GetTargets()

TArray< ITargetableInterface * > TargetableQuery::GetTargets ( ) const
inline
107 {
109 return Context.GetTargets();
110 }
TArray< ITargetableInterface * > GetTargets(const int32 StartIdx, const int32 EndIdx)
Definition TargetableQuery.h:28
TargetableQueryContext GetContext() const
Definition TargetableQuery.h:101
이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:
이 함수를 호출하는 함수들에 대한 그래프입니다.:

Friend, 그리고 관련된 함수 문서화

◆ UStageManagementSubsystem

friend class UStageManagementSubsystem
friend

멤버 데이터 문서화

◆ Targets

TArray<ITargetableInterface*> TargetableQuery::Targets
private

◆ World

TObjectPtr<UWorld> TargetableQuery::World
private

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