Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/IProjectExternalContentInterface
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/IProjectExternalContentInterface.h |
| Include | #include "IProjectExternalContentInterface.h" |
void AddExternalContent
&40;
const FString & ExternalContentId,
FAddExternalContentComplete CompleteCallback
&41;
Remarks
Adds a reference to external content to the project and asynchronously downloads/loads the external content
Parameters
| Name | Description |
|---|---|
| ExternalContentId | External content identifier (verse path, link code, etc) |
| CompleteCallback | See FAddExternalContentComplete |