FBlueprintNamespaceUtilities::GetSharedGlobalImports

Gathers the set of global namespaces that are implicitly imported by all Blueprint assets.

Unreal Engine C++ API Reference > Editor > Kismet > FBlueprintNamespaceUtilities

References

   
Module Kismet
Header /Engine/Source/Editor/Kismet/Public/BlueprintNamespaceUtilities.h
Include #include "BlueprintNamespaceUtilities.h"
Source /Engine/Source/Editor/Kismet/Private/BlueprintNamespaceUtilities.cpp
static void GetSharedGlobalImports
(
    [TSet](API\Runtime\Core\Containers\TSet)< [FString](API\Runtime\Core\Containers\FString) > & OutNamespaces
)

Remarks

Gathers the set of global namespaces that are implicitly imported by all Blueprint assets.

Parameters

Name Description
OutNamespaces Zero or more unique namespace identifier(s) representing the shared global namespace set.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library