Navigation
API > API/Runtime > API/Runtime/HeadMountedDisplay > API/Runtime/HeadMountedDisplay/UMotionControllerComponent
Inheritance Hierarchy
- ISceneViewExtension
- TSharedFromThis
- FSceneViewExtensionBase
- UMotionControllerComponent::FViewExtension
References
| Module | HeadMountedDisplay |
| Header | /Engine/Source/Runtime/HeadMountedDisplay/Public/MotionControllerComponent.h |
| Include | #include "MotionControllerComponent.h" |
Syntax
class FViewExtension : public FSceneViewExtensionBase
Remarks
View extension object that can persist on the render thread without the motion controller component
Constructors
| Type | Name | Description | |
|---|---|---|---|
FViewExtension
(
const FAutoRegister& AutoRegister, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BeginRenderViewFamily
(
FSceneViewFamily& InViewFamily |
||
| int32 | GetPriority () |
||
| bool | IsActiveThisFrame_Internal
(
const FSceneViewExtensionContext& Context |
||
| void | PreRenderView_RenderThread
(
FRDGBuilder& GraphBuilder, |
||
| void | PreRenderViewFamily_RenderThread
(
FRDGBuilder& GraphBuilder, |
||
| void | SetupView
(
FSceneViewFamily& InViewFamily, |
||
| void | SetupViewFamily
(
FSceneViewFamily& InViewFamily |
ISceneViewExtension interface |