Navigation
API > API/Plugins > API/Plugins/XRScribe > API/Plugins/XRScribe/FOpenXRActionPoseManager
Description
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
| Name | DoesActionContainPoseHistory |
| 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 |
bool DoesActionContainPoseHistory
(
TStaticArray < ANSICHAR, XR_MAX_ACTION_NAME_SIZE > & ActionName
)
Parameters
| Name | Remarks |
|---|---|
| ActionName | Name from action create info |