Navigation
API > API/Plugins > API/Plugins/LandmassEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- AActor
- ALandmassActor
References
| Module | LandmassEditor |
| Header | /Engine/Plugins/Experimental/Landmass/Source/Editor/Public/LandmassActor.h |
| Include | #include "LandmassActor.h" |
Syntax
UCLASS&40;Blueprintable, HideCategories&61;&40;Replication, Input, LOD, Actor, Cooking, Rendering&41;&41;
class ALandmassActor : public AActor
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | EditorTickIsEnabled |
Constructors
| Type | Name | Description | |
|---|---|---|---|
ALandmassActor
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ActorSelectionChanged
(
bool bSelected |
||
| void | CustomTick
(
float DeltaSeconds |
||
| void | SetEditorTickEnabled
(
bool bEnabled |
Overridden from AActor
| Type | Name | Description | |
|---|---|---|---|
| bool | If true, actor is ticked even if TickType==LEVELTICK_ViewportsOnly | ||
| void | Tick
(
float DeltaSeconds |
Function called every frame on this Actor. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| bool | IsEditorOnly () |
Called during saving to determine if the object is forced to be editor only or not |