Navigation
API > API/Plugins > API/Plugins/XRScribe > API/Plugins/XRScribe/FOpenXRCreateInstancePacket
References
| Module | XRScribe |
| Header | /Engine/Plugins/Runtime/XR/XRScribe/Source/XRScribe/Public/XRScribeFileFormat.h |
| Include | #include "XRScribeFileFormat.h" |
| Source | /Engine/Plugins/Runtime/XR/XRScribe/Source/XRScribe/Private/XRScribeFileFormat.cpp |
FOpenXRCreateInstancePacket
(
XrResult InResult
)
Remarks
TODO Support XrInstanceCreateInfoAndroidKHR on Android?? TODO: How do we handle next pointers?? Easiest solution is to always encode all possible next structs into this packet. alternatively, we could encode the packets after, and just have the decode routine know to peek ahead?