ITargetPlatform::AllowsDevelopmentObjects

Checks whether this platform will allow development objects to be cooked.

Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetPlatform

  • ITargetPlatform::AllowsDevelopmentObjects()

References

   
Module TargetPlatform
Header /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h
Include #include "Interfaces/ITargetPlatform.h"
bool AllowsDevelopmentObjects() const

Remarks

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. true if this platform allows development objects to be cooked, false otherwise.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library