Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStripDataFlags > API/Runtime/Engine/FStripDataFlags/__ctor
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/EngineUtils.h |
Include | #include "EngineUtils.h" |
Source | /Engine/Source/Runtime/Engine/Private/EngineUtils.cpp |
FStripDataFlags
&40;
FArchive & Ar,
uint8 InGlobalFlags,
uint8 InClassFlags,
const FPackageFileVersion & InVersion
&41;
Remarks
Constructor. Serializes strip data flags. Global (engine) flags are user defined and will not be automatically generated when saving. Class flags also need to be defined by the user.
Parameters
Name | Description |
---|---|
Ar | Archive to serialize with. |
InGlobalFlags | Engine flags |
InClassFlags | User defined per class flags. |
InVersion | Minimal version required to serialize strip flags |