Navigation
API > API/Runtime > API/Runtime/Engine
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/EngineUtils.h |
Include | #include "EngineUtils.h" |
Syntax
class FStripDataFlags
Remarks
Helper class for serializing flags describing which data have been stripped (if any).
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FStripDataFlags
(
FArchive& Ar, |
Constructor. | |
![]() |
FStripDataFlags
(
FArchive& Ar, |
||
![]() |
FStripDataFlags
(
FStructuredArchive::FSlot Slot, |
Constructor. | |
![]() |
FStripDataFlags
(
FStructuredArchive::FSlot Slot, |
||
![]() |
FStripDataFlags
(
FArchive& Ar, |
Constructor. | |
![]() |
FStripDataFlags
(
FArchive& Ar, |
||
![]() |
FStripDataFlags
(
FStructuredArchive::FSlot Slot, |
Constructor. | |
![]() |
FStripDataFlags
(
FStructuredArchive::FSlot Slot, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | Checks if FStripDataFlags::AudioVisual flag is set or not | |
![]() ![]() |
bool | IsClassDataStripped
(
uint8 InFlags |
Checks if user defined flags are set or not.@InFlags - User defined flags to check. |
![]() ![]() |
bool | Checks if FStripDataFlags::NeededForCooking flag is set or not. | |
![]() ![]() |
bool | Checks if FStripDataFlags::Server flag is set or not | |
![]() ![]() |
bool | Checks if FStripDataFlags::Editor flag is set or not |
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
EStrippedData | Engine strip flags |