Navigation
Unreal Engine C++ API Reference > 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 ( const [FString](API\Runtime\Core\Containers\FString) & Namespace )
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. |