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 bool VerifyUserWantsRepNotifyVariableNameChanged
&40;
const FName & InVarName,
const FName & InFuncName
&41;
Remarks
Helper function to warn user of the results of changing a RepNotify variable name by displaying a suppressible dialog TRUE if the user wants to change the variable name
Parameters
| Name | Description |
|---|---|
| InVarName | Variable name to display in the dialog message |
| InFuncName | Associated OnRep function name to display in the dialog message |