Navigation
API > API/Plugins > API/Plugins/XRScribe
| |
|
| Name |
FOpenXREndFramePacket |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/XR/XRScribe/Source/XRScribe/Public/XRScribeFileFormat.h |
| Include Path |
#include "XRScribeFileFormat.h" |
Syntax
struct FOpenXREndFramePacket : public UE::XRScribe::FOpenXRAPIPacketBase
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FOpenXREndFramePacket
(
XrResult InResult
)
|
|
XRScribeFileFormat.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| DisplayTime |
XrTime |
Typedef struct XrFrameEndInfo { XrStructureType type; const void* XR_MAY_ALIAS next; XrTime displayTime; XrEnvironmentBlendMode environmentBlendMode; uint32_t layerCount; const XrCompositionLayerBaseHeader* const* layers; |
XRScribeFileFormat.h |
|
| EnvironmentBlendMode |
XrEnvironmentBlendMode |
|
XRScribeFileFormat.h |
|
| Layers |
TArray< XrCompositionLayerBaseHeader > |
|
XRScribeFileFormat.h |
|
| ProjectionLayers |
TArray< XrCompositionLayerProjection > |
|
XRScribeFileFormat.h |
|
| ProjectionViews |
TArray< XrCompositionLayerProjectionView > |
|
XRScribeFileFormat.h |
|
| QuadLayers |
TArray< XrCompositionLayerQuad > |
|
XRScribeFileFormat.h |
|
| Session |
XrSession |
|
XRScribeFileFormat.h |
|
Functions
Public