Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/LevelInstance
Inheritance Hierarchy
- ILevelInstanceEditorPivotInterface
- ALevelInstancePivot
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/LevelInstance/LevelInstanceEditorPivotInterface.h |
| Include | #include "LevelInstance/LevelInstanceEditorPivotInterface.h" |
Syntax
class ILevelInstanceEditorPivotInterface
Remarks
Interface to be implemented by Actor classes to implement support for LevelInstance Editor Pivot
Variables
| Type | Name | Description | |
|---|---|---|---|
| FInitState | InitState |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FLevelInstanceID & | |||
| void | SetInitState
(
const FInitState& InInitState |
||
| void | UpdateOffset () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FInitState |