Navigation
API > API/Plugins > API/Plugins/XRScribe > API/Plugins/XRScribe/FOpenXRActionPoseManager
References
| Module | XRScribe |
| Header | /Engine/Plugins/Runtime/XR/XRScribe/Source/XRScribe/Public/XRScribeEmulatedPoseManager.h |
| Include | #include "XRScribeEmulatedPoseManager.h" |
| Source | /Engine/Plugins/Runtime/XR/XRScribe/Source/XRScribe/Private/XRScribeEmulatedPoseManager.cpp |
XrSpaceLocation GetEmulatedPoseForTime
(
XrSpace LocatingSpace,
XrSpace BaseSpace,
XrTime Time
)
Remarks
Fetch a pose generated from the captured history, by using space handles and times generated by the emulated runtime
return Location derived from captured history if available, or default location if request is unknown or invalid
Parameters
| Name | Description |
|---|---|
| LocatingSpace | Generated pose is associated with this space |
| BaseSpace | Generated pose is relative to this space |
| Time | Time of requested pose, relative to the known times from the emulated runtime |