EStrippedData

Engine strip flags

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/EngineUtils.h

Include

#include "EngineUtils.h"

Syntax

enum EStrippedData
{
    None      = 0,
    Editor    = 1,
    Server    = 2,
    All       = 0xff,
}

Values

Name

Description

None

Editor

Editor data

Server

All data not required for dedicated server to work correctly (usually includes editor data).

All

All flags

Remarks

Engine strip flags

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