Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStripDataFlags
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/EngineUtils.h |
| Include | #include "EngineUtils.h" |
bool IsClassDataStripped
(
uint8 InFlags
) const
Remarks
Checks if user defined flags are set or not.
@InFlags - User defined flags to check. true if the specified user defined flags are set, false otherwise.