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 |
XrActionStateBoolean GetEmulatedActionStateBoolean
(
const XrActionStateGetInfo * GetInfo,
XrTime LastSyncTime
)
Remarks
Fetch an action state generated from the captured history, by using XrActionStateGetInfo and most recent sync time The function itself is used to designate between different action state histories (bool, float, vector2f).
return Action state derived from captured history if available, or default inactive state if action/subpath aren't available.
Parameters
| Name | Description |
|---|---|
| GetInfo | provides an action handle and subpath |
| LastSyncTime | The sync time is managed by the emulation layer, and used to offset into the captured history. |