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" |
bool IsExternalContentLoaded
(
const FString & ExternalContentId
) const
Remarks
Returns whether the specified external content is loaded (and referenced by the project)
Parameters
| Name | Description |
|---|---|
| ExternalContentId | External content identifier (verse path, link code, etc) |