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

#include <LevelPostLoadInterface.h>

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

Public 멤버 함수

virtual void OnPostLoadStart (const FLevelStreamingContext Context)=0
 
virtual ELevelStreamingEffectResult OnPostLoadUpdate (const FLevelStreamingContext Context)=0
 
virtual void OnPostLoadEnd (const FLevelStreamingContext Context)=0
 

멤버 함수 문서화

◆ OnPostLoadEnd()

virtual void ILevelPostLoadInterface::OnPostLoadEnd ( const FLevelStreamingContext  Context)
pure virtual

ULSE_BlockInputAndMove, ULSE_FadeScreen에서 구현되었습니다.

이 함수를 호출하는 함수들에 대한 그래프입니다.:

◆ OnPostLoadStart()

virtual void ILevelPostLoadInterface::OnPostLoadStart ( const FLevelStreamingContext  Context)
pure virtual

ULSE_BlockInputAndMove, ULSE_FadeScreen에서 구현되었습니다.

이 함수를 호출하는 함수들에 대한 그래프입니다.:

◆ OnPostLoadUpdate()

virtual ELevelStreamingEffectResult ILevelPostLoadInterface::OnPostLoadUpdate ( const FLevelStreamingContext  Context)
pure virtual

ULSE_BlockInputAndMove, ULSE_FadeScreen에서 구현되었습니다.


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