Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStripDataFlags
Description
Checks if FStripDataFlags::NeededForCooking flag is set or not. It should be set for all non-content-worker targets
| Name | IsDataNeededForCookingStripped |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/EngineUtils.h |
| Include Path | #include "EngineUtils.h" |
bool IsDataNeededForCookingStripped() const
true if FStripDataFlags::NeededForCooking is set, false otherwise.