Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/IProjectExternalContentInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RemoveExternalContent
(
TConstArrayView< FString > VersePaths, |
IProjectExternalContentInterface.h | ||
void RemoveExternalContent
(
const FString& VersePath, |
IProjectExternalContentInterface.h |
RemoveExternalContent(TConstArrayView< FString >, FRemoveExternalContentComplete)
| Name | RemoveExternalContent |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/IProjectExternalContentInterface.h |
| Include Path | #include "IProjectExternalContentInterface.h" |
virtual void RemoveExternalContent
(
TConstArrayView< FString > VersePaths,
FRemoveExternalContentComplete CompleteCallback
)
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
)