Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Kismet2 > API/Editor/UnrealEd/Kismet2/FBlueprintEditorUtils
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 RemoveLocalVariable
&40;
UBlueprint &42; InBlueprint,
const UStruct &42; InScope,
const FName InVarName
&41;
Remarks
Removes a member variable if it was declared in this blueprint and not in a base class.
Parameters
| Name | Description |
|---|---|
| InBlueprint | The Blueprint the local variable can be found in |
| InScope | Local variable's scope |
| InVarName | Name of the variable to be removed. |