Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/ITargetPlatformControls
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.
Derived Overrides
- FTargetPlatformBase::AllowsDevelopmentObjects
- FTargetPlatformControlsBase::AllowsDevelopmentObjects
- FTargetPlatformMerged::AllowsDevelopmentObjects
| Name | AllowsDevelopmentObjects |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformControls.h |
| Include Path | #include "Interfaces/ITargetPlatformControls.h" |
bool AllowsDevelopmentObjects() const
true if this platform allows development objects to be cooked, false otherwise.