3#include <Core/Configuration/PlatformProfile.h>
4#include <EditorFramework/Assets/AssetDocumentManager.h>
5#include <Foundation/Containers/StaticArray.h>
6#include <Foundation/Types/Status.h>
7#include <ToolsFoundation/Document/DocumentManager.h>
21 virtual bool GeneratesProfileSpecificAssets()
const override {
return false; }
Definition AbstractObjectGraph.h:115
Definition AssetDocumentManager.h:13
Definition DocumentObjectBase.h:11
Definition DynamicArray.h:81
Definition SceneDocumentManager.h:10
Wraps a C-style array, which has a fixed size at compile-time, with a more convenient interface.
Definition StaticArray.h:13
plStringView represent a read-only sub-string of a larger string, as it can store a dedicated string ...
Definition StringView.h:34
This data type is the abstraction for 128-bit Uuid (also known as GUID) instances.
Definition Uuid.h:11