ITargetPlatform::HasEditorOnlyData

Checks whether this platform has only editor data (typically desktop platforms).

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

  • ITargetPlatform::HasEditorOnlyData()

References

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

Remarks

Checks whether this platform has only editor data (typically desktop platforms). true if this platform has editor only data, false otherwise.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library