Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/ITargetPlatformControls
Description
Checks whether this platform will allow editor objects to be cooked, as opposed to editoronly properties. This will allow a target platform to cook editoronly objects, but as if they were being cooked for a client. This is useful for a cooked editor scenario, where every pacakge is cooked, editor and game alike.
Derived Overrides
- FTargetPlatformBase::AllowsEditorObjects
- FTargetPlatformControlsBase::AllowsEditorObjects
- FTargetPlatformMerged::AllowsEditorObjects
| Name | AllowsEditorObjects |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformControls.h |
| Include Path | #include "Interfaces/ITargetPlatformControls.h" |
bool AllowsEditorObjects() const
true if this platform allows editor objects to be cooked, false otherwise.