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 AddNamespace
&40;
const FString & Namespace
&41;
Remarks
Add a namespace identifier into the Blueprint editor context that's managed by this instance.
Parameters
| Name | Description |
|---|---|
| Namespace | The namespace identifier string to add. Should resemble "X.Y.Z" as the format. |