Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintNamespaceHelper
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/BlueprintNamespaceHelper.h |
| Include | #include "BlueprintNamespaceHelper.h" |
| Source | /Engine/Source/Editor/Kismet/Private/BlueprintNamespaceHelper.cpp |
void RemoveNamespace
&40;
const FString & Namespace
&41;
Remarks
Remove a namespace identifier from the Blueprint editor context that's managed by this instance.
Parameters
| Name | Description |
|---|---|
| Namespace | The namespace identifier string to remove. Should resemble "X.Y.Z" as the format. |