Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/IProjectExternalContentInterface > API/Editor/UnrealEd/IProjectExternalContentInterface/RemoveExternalContent
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/IProjectExternalContentInterface.h |
| Include | #include "IProjectExternalContentInterface.h" |
void RemoveExternalContent
(
TConstArrayView< FString > VersePaths,
FRemoveExternalContentComplete CompleteCallback
)
Remarks
Remove references to external content from the project and unloads the external content
Parameters
| Name | Description |
|---|---|
| VersePaths | External content Verse paths |
| CompleteCallback | See FRemoveExternalContentComplete |