Navigation
API > API/Plugins > API/Plugins/XRScribe > API/Plugins/XRScribe/FOpenXRActionPoseManager
Description
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.
| Name | GetEmulatedActionStateBoolean |
| 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 |
XrActionStateBoolean GetEmulatedActionStateBoolean
(
const XrActionStateGetInfo * GetInfo,
XrTime LastSyncTime
)
Parameters
| Name | Remarks |
|---|---|
| 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. |