3#include <EditorFramework/Assets/AssetDocumentManager.h>
4#include <Foundation/Types/Status.h>
19 virtual void InternalCreateDocument(
23 virtual bool GeneratesProfileSpecificAssets()
const override {
return false; }
Definition AssetDocumentManager.h:13
Definition DocumentObjectBase.h:11
Definition DynamicArray.h:81
Definition MeshAssetManager.h:7
virtual plResult OpenPickedDocument(const plDocumentObject *pPickedComponent, plUInt32 uiPartIndex) override
Called by the editor to try to open a document for the matching picking result.
Definition MeshAssetManager.cpp:36
plStringView represent a read-only sub-string of a larger string, as it can store a dedicated string ...
Definition StringView.h:34
Definition Declarations.h:89
Definition DocumentManager.h:65
Default enum for returning failure or success, instead of using a bool.
Definition Types.h:54