FBlueprintNamespaceHelper::AddNamespaces

Add multiple namespace identifiers 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"
template<typename ContainerType>
void AddNamespaces
(
    const ContainerType & NamespaceList
)

Remarks

Add multiple namespace identifiers into the Blueprint editor context that's managed by this instance.

Parameters

Name Description
NamespaceList A container type containing one or more namespace identifier strings. Each entry 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