Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintEditor
Description
Removes the given namespace from the editor's current import context. However, this will NOT unload any associated macro and/or function library assets.
| Name | RemoveNamespace |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/BlueprintEditor.h |
| Include Path | #include "BlueprintEditor.h" |
| Source | /Engine/Source/Editor/Kismet/Private/BlueprintEditor.cpp |
void RemoveNamespace
(
const FString & InNamespace
)