Navigation
API > API/Runtime > API/Runtime/HeadMountedDisplay > API/Runtime/HeadMountedDisplay/IXRTrackingSystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnLateUpdateApplied_RenderThread
(
FRHICommandListImmediate& RHICmdList, |
Called just after the late update on the render thread passing back the current relative transform. | IXRTrackingSystem.h | |
virtual void OnLateUpdateApplied_RenderThread
(
FRDGBuilder& GraphBuilder, |
IXRTrackingSystem.h |
OnLateUpdateApplied_RenderThread(FRHICommandListImmediate &, const FTransform &)
Description
Called just after the late update on the render thread passing back the current relative transform.
| Name | OnLateUpdateApplied_RenderThread |
| Type | function |
| Header File | /Engine/Source/Runtime/HeadMountedDisplay/Public/IXRTrackingSystem.h |
| Include Path | #include "IXRTrackingSystem.h" |
virtual void OnLateUpdateApplied_RenderThread
(
FRHICommandListImmediate & RHICmdList,
const FTransform & NewRelativeTransform
)
OnLateUpdateApplied_RenderThread(FRDGBuilder &, const FTransform &)
| Name | OnLateUpdateApplied_RenderThread |
| Type | function |
| Header File | /Engine/Source/Runtime/HeadMountedDisplay/Public/IXRTrackingSystem.h |
| Include Path | #include "IXRTrackingSystem.h" |
| Source | /Engine/Source/Runtime/HeadMountedDisplay/Private/IXRTrackingSystem.cpp |
virtual void OnLateUpdateApplied_RenderThread
(
FRDGBuilder & GraphBuilder,
const FTransform & NewRelativeTransform
)