Navigation
API > API/Editor > API/Editor/VREditor > API/Editor/VREditor/AVREditorBaseActor
Possible UI attachment points
| Name | EDockedTo |
| Type | enum |
| Header File | /Engine/Source/Editor/VREditor/Public/VREditorBaseActor.h |
| Include Path | #include "VREditorBaseActor.h" |
Syntax
enum EDockedTo
{
Nothing,
LeftHand,
RightHand,
LeftArm,
RightArm,
Room,
Custom,
Dragging,
}
Values
| Name | Remarks |
|---|---|
| Nothing | |
| LeftHand | |
| RightHand | |
| LeftArm | |
| RightArm | |
| Room | |
| Custom | |
| Dragging |