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;
FStructuredArchive::FSlot Slot,
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 |
---|---|
Slot | Slot holding the archive to serialize with. |
InGlobalFlags | Engine flags. |
InClassFlags | User defined per class flags. |
InVersion | Minimal version required to serialize strip flags |