UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
LevelInstanceEditorPivot.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#if WITH_EDITOR
6
7
#include "
CoreMinimal.h
"
8
#include "
LevelInstance/LevelInstanceTypes.h
"
9
10
class
ILevelInstanceEditorPivotInterface
;
11
class
ILevelInstanceInterface
;
12
class
ULevelStreaming
;
13
class
AActor
;
14
15
class
FLevelInstanceEditorPivotHelper
16
{
17
public
:
18
static
ENGINE_API
ILevelInstanceEditorPivotInterface
*
Create
(
ILevelInstanceInterface
*
LevelInstance
,
ULevelStreaming
*
LevelStreaming
);
19
static
ENGINE_API
void
SetPivot(
ILevelInstanceEditorPivotInterface
*
PivotInterface
,
ELevelInstancePivotType
PivotType,
AActor
*
PivotToActor
);
20
static
ENGINE_API
FVector
GetPivot
(
ILevelInstanceEditorPivotInterface
*
PivotInterface
,
ELevelInstancePivotType
PivotType,
AActor
*
PivotToActor
);
21
static
ENGINE_API
void
ShowPivotLocation
(
const
FVector
&
PivotLocation
);
22
};
23
24
#endif
ELevelInstanceType::LevelInstance
@ LevelInstance
CoreMinimal.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
LevelInstanceTypes.h
ELevelInstancePivotType
ELevelInstancePivotType
Definition
LevelInstanceTypes.h:76
ECreateIfNeeded::Create
@ Create
AActor
Definition
Actor.h:257
ILevelInstanceEditorPivotInterface
Definition
LevelInstanceEditorPivotInterface.h:20
ILevelInstanceInterface
Definition
LevelInstanceInterface.h:33
ULevelStreaming
Definition
LevelStreaming.h:139
LevelStreaming
Definition
AsyncRegisterLevelContext.cpp:16
UE::Math::TVector< double >
Engine
Source
Runtime
Engine
Public
LevelInstance
LevelInstanceEditorPivot.h
Generated by
1.9.8