Navigation
API > API/Editor > API/Editor/VREditor > API/Editor/VREditor/UVREditorMode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const UViewportWorldInteraction & GetWorldInteraction () |
Gets access to the world interaction system (const) | VREditorMode.h | |
| Gets access to the world interaction system | VREditorMode.h |
GetWorldInteraction()
Description
Gets access to the world interaction system (const)
| Name | GetWorldInteraction |
| Type | function |
| Header File | /Engine/Source/Editor/VREditor/Public/VREditorMode.h |
| Include Path | #include "VREditorMode.h" |
| Source | /Engine/Source/Editor/VREditor/Private/VREditorMode.cpp |
const UViewportWorldInteraction & GetWorldInteraction() const
GetWorldInteraction()
Description
Gets access to the world interaction system
| Name | GetWorldInteraction |
| Type | function |
| Header File | /Engine/Source/Editor/VREditor/Public/VREditorMode.h |
| Include Path | #include "VREditorMode.h" |
| Source | /Engine/Source/Editor/VREditor/Private/VREditorMode.cpp |
UViewportWorldInteraction & GetWorldInteraction()