Navigation
API > API/Runtime > API/Runtime/Engine
Interface to be implemented by Actor classes to implement support for LevelInstance Editor Pivot
| Name | ILevelInstanceEditorPivotInterface |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/LevelInstance/LevelInstanceEditorPivotInterface.h |
| Include Path | #include "LevelInstance/LevelInstanceEditorPivotInterface.h" |
Syntax
class ILevelInstanceEditorPivotInterface
Derived Classes
Structs
| Name | Remarks |
|---|---|
| FInitState |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FLevelInstanceID & GetLevelInstanceID() |
LevelInstance/LevelInstanceEditorPivotInterface.h | ||
void SetInitState
(
const FInitState& InInitState |
LevelInstance/LevelInstanceEditorPivotInterface.h | ||
virtual void UpdateOffset() |
LevelInstance/LevelInstanceEditorPivotInterface.h |