Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FBlueprintEditorUtils
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void GetSCSVariableNameList
(
const UBlueprint* Blueprint, |
Gets a list of SCS node variable names for the given blueprint. | Kismet2/BlueprintEditorUtils.h | |
static void GetSCSVariableNameList
(
const UBlueprintGeneratedClass* BPGC, |
Gets a list of SCS node variable names for the given BPGC. | Kismet2/BlueprintEditorUtils.h | |
static void GetSCSVariableNameList
(
const USimpleConstructionScript* SCS, |
Gets a list of SCS node variable names for the given SCS. | Kismet2/BlueprintEditorUtils.h |
GetSCSVariableNameList(const UBlueprint *, TSet< FName > &)
Description
Gets a list of SCS node variable names for the given blueprint.
| Name | GetSCSVariableNameList |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Kismet2/BlueprintEditorUtils.h |
| Include Path | #include "Kismet2/BlueprintEditorUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Kismet2/BlueprintEditorUtils.cpp |
static void GetSCSVariableNameList
(
const UBlueprint * Blueprint,
TSet< FName > & VariableNames
)
Parameters
| Name | Remarks |
|---|---|
| VariableNames | The list of variable names for the SCS node array. |
GetSCSVariableNameList(const UBlueprintGeneratedClass *, TSet< FName > &)
Description
Gets a list of SCS node variable names for the given BPGC.
| Name | GetSCSVariableNameList |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Kismet2/BlueprintEditorUtils.h |
| Include Path | #include "Kismet2/BlueprintEditorUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Kismet2/BlueprintEditorUtils.cpp |
static void GetSCSVariableNameList
(
const UBlueprintGeneratedClass * BPGC,
TSet< FName > & VariableNames
)
Parameters
| Name | Remarks |
|---|---|
| VariableNames | The list of variable names for the SCS node array. |
GetSCSVariableNameList(const USimpleConstructionScript *, TSet< FName > &)
Description
Gets a list of SCS node variable names for the given SCS.
| Name | GetSCSVariableNameList |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Kismet2/BlueprintEditorUtils.h |
| Include Path | #include "Kismet2/BlueprintEditorUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Kismet2/BlueprintEditorUtils.cpp |
static void GetSCSVariableNameList
(
const USimpleConstructionScript * SCS,
TSet< FName > & VariableNames
)
Parameters
| Name | Remarks |
|---|---|
| VariableNames | The list of variable names for the SCS node array. |