Navigation
API > API/Plugins > API/Plugins/XRScribe > API/Plugins/XRScribe/FOpenXRActionPoseManager
Description
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
| Name | GetEmulatedPoseForTime |
| Type | function |
| Header File | /Engine/Plugins/Runtime/XR/XRScribe/Source/XRScribe/Public/XRScribeEmulatedPoseManager.h |
| Include Path | #include "XRScribeEmulatedPoseManager.h" |
| Source | /Engine/Plugins/Runtime/XR/XRScribe/Source/XRScribe/Private/XRScribeEmulatedPoseManager.cpp |
XrSpaceLocation GetEmulatedPoseForTime
(
XrSpace LocatingSpace,
XrSpace BaseSpace,
XrTime Time
)
Parameters
| Name | Remarks |
|---|---|
| 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 |