Payback
0.0.1
CK Graduation Project
로딩중...
검색중...
일치하는것 없음
LSE_BlockInputAndMove.h
이 파일의 문서화 페이지로 가기
1
// Fill out your copyright notice in the Description page of Project Settings.
2
3
#pragma once
4
5
#include "CoreMinimal.h"
6
#include "
LevelStreamingEffect.h
"
7
#include "
Level/LevelStreamingContext.h
"
8
#include "
Interface/Level/LevelPostLoadInterface.h
"
9
#include "
Interface/Level/LevelPreLoadInterface.h
"
10
#include "LSE_BlockInputAndMove.generated.h"
11
12
class
UCharacterMovementComponent;
13
17
UCLASS(EditInlineNew, BlueprintType, Blueprintable)
18
class CK_UE_API
ULSE_BlockInputAndMove
: public
ULevelStreamingEffect
, public
ILevelPreLoadInterface
, public
ILevelPostLoadInterface
19
{
20
GENERATED_BODY()
21
22
public
:
23
virtual
void
OnPreLoadStart(
const
FLevelStreamingContext
Context)
override
;
24
virtual
void
OnPostLoadEnd(
const
FLevelStreamingContext
Context)
override
;
25
26
virtual
void
OnPreLoadEnd
(
const
FLevelStreamingContext
Context)
override
27
{
28
}
29
30
virtual
void
OnPostLoadStart
(
const
FLevelStreamingContext
Context)
override
31
{
32
}
33
34
public
:
35
virtual
ELevelStreamingEffectResult
OnPreLoadUpdate
(
const
FLevelStreamingContext
Context)
override
36
{
37
return
ELevelStreamingEffectResult::Completed;
38
}
39
40
virtual
ELevelStreamingEffectResult
OnPostLoadUpdate
(
const
FLevelStreamingContext
Context)
override
41
{
42
return
ELevelStreamingEffectResult::Completed;
43
}
44
};
ELevelStreamingEffectResult
ELevelStreamingEffectResult
Definition
ELevelStreamingEnums.h:24
LevelPostLoadInterface.h
LevelPreLoadInterface.h
LevelStreamingContext.h
LevelStreamingEffect.h
ILevelPostLoadInterface
Definition
LevelPostLoadInterface.h:23
ILevelPreLoadInterface
Definition
LevelPreLoadInterface.h:23
ULSE_BlockInputAndMove
Definition
LSE_BlockInputAndMove.h:19
ULSE_BlockInputAndMove::OnPostLoadUpdate
virtual ELevelStreamingEffectResult OnPostLoadUpdate(const FLevelStreamingContext Context) override
Definition
LSE_BlockInputAndMove.h:40
ULSE_BlockInputAndMove::OnPreLoadEnd
virtual void OnPreLoadEnd(const FLevelStreamingContext Context) override
Definition
LSE_BlockInputAndMove.h:26
ULSE_BlockInputAndMove::OnPostLoadStart
virtual void OnPostLoadStart(const FLevelStreamingContext Context) override
Definition
LSE_BlockInputAndMove.h:30
ULSE_BlockInputAndMove::OnPreLoadUpdate
virtual ELevelStreamingEffectResult OnPreLoadUpdate(const FLevelStreamingContext Context) override
Definition
LSE_BlockInputAndMove.h:35
ULevelStreamingEffect
Definition
LevelStreamingEffect.h:121
FLevelStreamingContext
Definition
LevelStreamingContext.h:16
Source
CK_UE
Level
Effect
LSE_BlockInputAndMove.h
다음에 의해 생성됨 :
1.9.8