Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/FTargetPlatformBase
Description
Checks whether this platform will allow development objects to be cooked. This is separate from AllowsEditorObjects because cooked editors can be shipped with editor objects but still need to remove development assets.
Virtual Inheritance
- ITargetPlatformControls::AllowsDevelopmentObjects → FTargetPlatformBase::AllowsDevelopmentObjects
| Name | AllowsDevelopmentObjects |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformBase.h |
| Include Path | #include "Common/TargetPlatformBase.h" |
virtual bool AllowsDevelopmentObjects() const
true if this platform allows development objects to be cooked, false otherwise.