Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/LevelInstance
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- AActor
- ALevelInstancePivot
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/LevelInstance/LevelInstanceEditorPivotActor.h |
| Include | #include "LevelInstance/LevelInstanceEditorPivotActor.h" |
Syntax
UCLASS (Transient, NotPlaceable,
HideCategories=(Rendering, Replication, Collision, Partition, Input, HLOD, Actor, Cooking),
MinimalAPI)
class ALevelInstancePivot :
public AActor ,
public ILevelInstanceEditorPivotInterface
Constructors
| Type | Name | Description | |
|---|---|---|---|
ALevelInstancePivot
(
const FObjectInitializer& ObjectInitializer |
Overridden from AActor
| Type | Name | Description | |
|---|---|---|---|
| bool | CanDeleteSelectedActor
(
FText& OutReason |
When selected can this actor be deleted? | |
| void | PostEditMove
(
bool bFinished |
Called after an actor has been moved in the editor | |
| bool | ShouldExport () |
Called before editor copy, true allow export |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | PostEditUndo () |
Called after applying a transaction to the object. |