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