|
Payback 0.0.1
CK Graduation Project
|
#include <LSE_FakeLoading.h>


Public 멤버 함수 | |
| void | SetFakeLoadingTime (float InFakeLoadingTime) |
| virtual void | OnLoadingStart (const FLevelStreamingContext Context) override |
| virtual ELevelStreamingEffectResult | OnLoadingUpdate (const FLevelStreamingContext Context) override |
| virtual void | OnLoadingEnd (const FLevelStreamingContext Context) override |
ULevelStreamingEffect(으)로부터 상속된 Public 멤버 함수 | |
| virtual void | InitEffect () |
| virtual void | OnCompletedEffectsByPhase (const ELevelStreamingPhase CompletedPhase) |
| virtual void | ExecuteUpdate (ELevelStreamingPhase Phase, const FLevelStreamingContext &Context) |
| virtual void | CallPrepareOrFinishEvent (ELevelStreamingPhase Phase, ELevelStreamingEffectCallType CallType, const FLevelStreamingContext &Context) |
| FORCEINLINE ELevelStreamingEffectResult | GetLastExecutionResult () const |
| FORCEINLINE bool | IsSkipThisEffect () const |
Protected 속성 | |
| float | FakeLoadingTime = 2.0f |
| float | ElapsedTime = 0.0f |
ULevelStreamingEffect(으)로부터 상속된 Protected 속성 | |
| bool | bSkipThisEffect = false |
| ELevelStreamingEffectResult | LastExecutionResult = ELevelStreamingEffectResult::None |
Private 멤버 함수 | |
| void | NotifyFakeLoadingStarted (const FLevelStreamingContext &Context) |
Private 속성 | |
| TWeakObjectPtr< AUStageFlowDefinition > | CurrentFlowDefinition |
| bool | bStartedFakeLoading = false |
| bool | bNotifiedFakeLoadingStarted = false |
|
private |

|
overridevirtual |
|
overridevirtual |
|
overridevirtual |

| void ULSE_FakeLoading::SetFakeLoadingTime | ( | float | InFakeLoadingTime | ) |
|
private |
|
private |
|
private |
|
protected |
|
protected |