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


Public 멤버 함수 | |
| virtual void | PlacePlayer (ULevel *InLevel, const FPrimaryAssetId &LevelAssetID) override |
추가로 상속된 멤버들 | |
ULevelPlayerPlacer(으)로부터 상속된 Protected 멤버 함수 | |
| void | PlacePlayerAtTransform (UWorld *InWorld, const FPrimaryAssetId &LevelAssetID, const FTransform &SpawnTransform) |
| APawn * | EnsurePlayerPawn (UWorld *InWorld, const FPrimaryAssetId &LevelAssetID, const FTransform &SpawnTransform, bool &bOutSpawned) |
| bool | CanPlacePlayerAtTransform (UWorld *InWorld, const FTransform &SpawnTransform) const |
| void | SchedulePlacementRetry (UWorld *InWorld, const FPrimaryAssetId &LevelAssetID, const FTransform &SpawnTransform) |
ULevelPlayerPlacer(으)로부터 상속된 Protected 속성 | |
| float | PlacementTraceStartOffsetZ = 0.0f |
| float | PlacementTraceEndOffsetZ = 150.0f |
| float | PlacementRetryInterval = 0.1f |
플레이어 위치를 변경하지 않는 Null Object 패턴 구현체입니다. 레벨 전환 후 플레이어를 현재 위치에 그대로 유지하고 싶을 때 사용합니다.
|
inlineoverridevirtual |