Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Kismet2 > FBlueprintEditorUtils > GetSCSVariableNameList
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Public/Kismet2/BlueprintEditorUtils.h |
Include | #include "Kismet2/BlueprintEditorUtils.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/Kismet2/BlueprintEditorUtils.cpp |
static void GetSCSVariableNameList
&40;
const USimpleConstructionScript &42; SCS,
TSet< FName > & VariableNames
&41;
Remarks
Gets a list of SCS node variable names for the given SCS.
Parameters
Name | Description |
---|---|
VariableNames | The list of variable names for the SCS node array. |