Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UEditorWorldExtensionCollection
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorWorldExtension.h |
| Include | #include "EditorWorldExtension.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorWorldExtension.cpp |
void RemoveExtension
&40;
UEditorWorldExtension &42; EditorExtension
&41;
Remarks
Removes an extension from the collection and calls Shutdown() on the extension
Parameters
| Name | Description |
|---|---|
| EditorExtension | The UEditorExtension to remove. It must already have been added. |