FBlueprintNamespaceHelper::AddNamespace

Add a namespace identifier into the Blueprint editor context that's managed by this instance.

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 AddNamespace
(
    const [FString](API\Runtime\Core\Containers\FString) & Namespace
)

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library