FBlueprintNamespaceRegistry::RegisterNamespace

Adds an explicit namespace identifier to the registry if not already included.

Unreal Engine C++ API Reference > Editor > Kismet > FBlueprintNamespaceRegistry > RegisterNamespace

References

   
Module Kismet
Header /Engine/Source/Editor/Kismet/Public/BlueprintNamespaceRegistry.h
Include #include "BlueprintNamespaceRegistry.h"
Source /Engine/Source/Editor/Kismet/Private/BlueprintNamespaceRegistry.cpp
void RegisterNamespace
(
    const [FString](API\Runtime\Core\Containers\FString) & InPath
)

Remarks

Adds an explicit namespace identifier to the registry if not already included.

Parameters

Name Description
InPath Path identifier string (e.g. "X.Y").

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library