Navigation
API > API/Editor > API/Editor/VREditor > API/Editor/VREditor/AVREditorBaseActor
Description
Called by the UI system to tick this UI every frame. We can't use AActor::Tick() because this actor can exist in the editor's world, which never ticks.
Derived Overrides
| Name | TickManually |
| Type | function |
| Header File | /Engine/Source/Editor/VREditor/Public/VREditorBaseActor.h |
| Include Path | #include "VREditorBaseActor.h" |
| Source | /Engine/Source/Editor/VREditor/Private/VREditorBaseActor.cpp |
virtual void TickManually
(
float DeltaTime
)