Navigation
Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetPlatform
- ITargetPlatform::RequiresCookedData()
References
Module | TargetPlatform |
Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h |
Include | #include "Interfaces/ITargetPlatform.h" |
bool RequiresCookedData() const
Remarks
Checks whether this platform requires cooked data (typically console platforms). true if this platform requires cooked data, false otherwise.