Skip to content
EdActorFlag

[Basic Type](../groups/Basic Type.Basic Type.md) / EdActorFlag

EdActorFlag Enumeration

Actor's state markers in the editor

Table of contents

Enumeration Members

CanDestroy = 1
CanModify = 4
CanSelect = 2
ChildrenHideInOutline = 32
Default = 71
ExpandInOutLine = 64
ForbiddenSelectByGizmo = 16384
ForbiddenSelectByOutline = 32768
ForbiddenSelectByViewport = 65536
HideInEditor = 8
HideInOutline = 262144
IsDirty = 1024
IsFolder = 128
IsForceUseRatioScale = 8192
IsHideNetIcon = 4096
IsPaint = 512
IsSelect = 256
LockInEditor = 16
PrefabRootHasDestroyed = 131072
ShowVisualComponent = 2048

Enumeration Members

CanDestroy

CanDestroy = 1

Can be deleted


CanModify

CanModify = 4

Can be modified


CanSelect

CanSelect = 2

Can be selected


ChildrenHideInOutline

ChildrenHideInOutline = 32

Hide child nodes in OutLine


Default

Default = 71

Default value


ExpandInOutLine

ExpandInOutLine = 64

Expand in OutLine


ForbiddenSelectByGizmo

ForbiddenSelectByGizmo = 16384

Prohibit Gizmo selection


ForbiddenSelectByOutline

ForbiddenSelectByOutline = 32768

Prohibit selecting Outline


ForbiddenSelectByViewport

ForbiddenSelectByViewport = 65536

Disable Viewport selection


HideInEditor

HideInEditor = 8

Hide in editor


HideInOutline

HideInOutline = 262144

Hide yourself in OutLine


IsDirty

IsDirty = 1024

Is the data dirty


IsFolder

IsFolder = 128

Is it a folder


IsForceUseRatioScale

IsForceUseRatioScale = 8192

Is it mandatory to use proportional scaling


IsHideNetIcon

IsHideNetIcon = 4096

Do you want to hide the network icon


IsPaint

IsPaint = 512

Is it a drawing object


IsSelect

IsSelect = 256

Was it selected


LockInEditor

LockInEditor = 16

Lock operation in editor


PrefabRootHasDestroyed

PrefabRootHasDestroyed = 131072

ugc Deleted using prefabricated head nodes


ShowVisualComponent

ShowVisualComponent = 2048

Display bounding box