Navigation
API > API/Plugins > API/Plugins/XRScribe
Because we initialize XRScribe before developer settings are read in from the config, this setting is just used to set XRScribe.RunMode in DefaultEngine.ini, where it'll be read in directly from the config file in DetermineRunMode(). This differs from the normal method of pulling settings from the backing CVars or using the UXRScribeDeveloperSettings class default object. Enumerates available options for XRScribe run mode.
| Name | EXRScribeRunMode::Type |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/XR/XRScribe/Source/XRScribe/Public/XRScribeDeveloperSettings.h |
| Include Path | #include "XRScribeDeveloperSettings.h" |
Syntax
namespace EXRScribeRunMode
{
enum Type
{
Capture = 0 UMETA(ToolTip = "Capture OpenXR API calls and store to Saved/Capture.xrs."),
Emulate = 1 UMETA(ToolTip = "Emulate OpenXR runtime and playback Saved/Capture.xrs."),
}
}
Values
| Name | Remarks |
|---|---|
| Capture | |
| Emulate |