Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/IProjectExternalContentInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddExternalContent
(
const FString& VersePath, |
IProjectExternalContentInterface.h | ||
virtual void AddExternalContent
(
const UE::Core::FVersePath& VersePath, |
Add a reference to external content to the project and asynchronously downloads/loads the external content | IProjectExternalContentInterface.h |
AddExternalContent(const FString &, FAddExternalContentComplete)
| Name | AddExternalContent |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/IProjectExternalContentInterface.h |
| Include Path | #include "IProjectExternalContentInterface.h" |
virtual void AddExternalContent
(
const FString & VersePath,
FAddExternalContentComplete CompleteCallback
)
AddExternalContent(const UE::Core::FVersePath &, TSharedPtr< IPlugin >, FAddExternalContentComplete)
Description
Add a reference to external content to the project and asynchronously downloads/loads the external content
| Name | AddExternalContent |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/IProjectExternalContentInterface.h |
| Include Path | #include "IProjectExternalContentInterface.h" |
virtual void AddExternalContent
(
const UE::Core::FVersePath & VersePath,
TSharedPtr < IPlugin > ReferencingPlugin,
FAddExternalContentComplete CompleteCallback
)
Parameters
| Name | Remarks |
|---|---|
| VersePath | External content Verse path |
| ReferencingPlugin | Plugin that should reference the external content, or unset if unspecified |
| CompleteCallback | See FAddExternalContentComplete |