EGetProviderFlags

Flags controlling the behavior of struct serializer backends.

Windows
MacOS
Linux

References

Module

StageMonitor

Header

/Engine/Plugins/VirtualProduction/StageMonitoring/Source/StageMonitor/Public/IStageMonitorSession.h

Include

#include "IStageMonitorSession.h"

Syntax

enum EGetProviderFlags
{
    None                    = 0,
    UseClearedProviders     = 1 << 0,
    UseIdentifierMapping    = 1 << 1,
    Default                 = UseClearedProviders | UseIdentifierMapping,
}

Values

Name

Description

None

Nothing special

UseClearedProviders

Include cleared provider in the search @note This is required to correctly support localization

UseIdentifierMapping

Use Identifier mapping if Identifier isn't found in list.

Default

Default.

Remarks

Flags controlling the behavior of struct serializer backends.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss