Navigation
API > API/Plugins > API/Plugins/XRScribe
| |
|
| Name |
FOpenXRCreateActionPacket |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/XR/XRScribe/Source/XRScribe/Public/XRScribeFileFormat.h |
| Include Path |
#include "XRScribeFileFormat.h" |
Syntax
struct FOpenXRCreateActionPacket : public UE::XRScribe::FOpenXRAPIPacketBase
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FOpenXRCreateActionPacket
(
XrResult InResult
)
|
|
XRScribeFileFormat.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Action |
XrAction |
|
XRScribeFileFormat.h |
|
| ActionName |
TStaticArray< ANSICHAR, XR_MAX_ACTION_NAME_SIZE > |
Typedef struct XrActionCreateInfo { XrStructureType type; const void* XR_MAY_ALIAS next; char actionName[XR_MAX_ACTION_NAME_SIZE]; XrActionType actionType; uint32_t countSubactionPaths; const XrPath* subactionPaths; char localizedActionName[XR_MAX_LOCALIZED_ACTION_NAME_SIZE]; |
XRScribeFileFormat.h |
|
| ActionSet |
XrActionSet |
|
XRScribeFileFormat.h |
|
| ActionType |
XrActionType |
|
XRScribeFileFormat.h |
|
| LocalizedActionName |
TStaticArray< ANSICHAR, XR_MAX_LOCALIZED_ACTION_NAME_SIZE > |
|
XRScribeFileFormat.h |
|
| SubactionPaths |
TArray< XrPath > |
|
XRScribeFileFormat.h |
|
Functions
Public