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