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, |
Use the other overload that takes InVersion as a FPackageFileVersion. See the documentation for further details | ||
FStripDataFlags
(
FStructuredArchive::FSlot Slot, |
Constructor. | ||
FStripDataFlags
(
FStructuredArchive::FSlot Slot, |
Use the other overload that takes InVersion as a FPackageFileVersion. See the documentation for further details | ||
FStripDataFlags
(
FArchive& Ar, |
Constructor. | ||
FStripDataFlags
(
FArchive& Ar, |
Use the other overload that takes InVersion as a FPackageFileVersion. See the documentation for further details | ||
FStripDataFlags
(
FStructuredArchive::FSlot Slot, |
Constructor. | ||
FStripDataFlags
(
FStructuredArchive::FSlot Slot, |
Use the other overload that takes InVersion as a FPackageFileVersion. See the documentation for further details |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsClassDataStripped
(
uint8 InFlags |
Checks if user defined flags are set or not.- User defined flags to check. | |
| 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 |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
FStripDataFlags
(
FArchive& Ar, |
Use the other overload that takes InVersion as a FPackageFileVersion. See the documentation for further details | ||
FStripDataFlags
(
FStructuredArchive::FSlot Slot, |
Use the other overload that takes InVersion as a FPackageFileVersion. See the documentation for further details | ||
FStripDataFlags
(
FArchive& Ar, |
Use the other overload that takes InVersion as a FPackageFileVersion. See the documentation for further details | ||
FStripDataFlags
(
FStructuredArchive::FSlot Slot, |
Use the other overload that takes InVersion as a FPackageFileVersion. See the documentation for further details |