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 |
bool DoesActionContainPoseHistory
(
TStaticArray < ANSICHAR , XR_MAX_ACTION_NAME_SIZE > & ActionName
)
Remarks
If we have a pose history for the action, then xrGetActionStatePose can tell the client that the action is active, and poses are ready to fetch
return ActionName has available pose history
Parameters
| Name | Description |
|---|---|
| ActionName | Name from action create info |