Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintNamespaceRegistry
References
| |
|
| Module |
Kismet |
| Header |
/Engine/Source/Editor/Kismet/Public/BlueprintNamespaceRegistry.h |
| Include |
#include "BlueprintNamespaceRegistry.h" |
| Source |
/Engine/Source/Editor/Kismet/Private/BlueprintNamespaceRegistry.cpp |
void GetNamesUnderPath
&40;
const FString & InPath,
TArray< FName > & OutNames
&41; const
Parameters
| Name |
Description |
| InPath |
Path identifier string (e.g. "X.Y" or "X.Y."). |
| OutNames |
On output, an array containing the set of names rooted to the given path (e.g. "Z" in "X.Y.Z"). |