Module |
|
Header |
/Engine/Source/Editor/Kismet/Public/BlueprintEditorModule.h |
Include |
#include "BlueprintEditorModule.h" |
Source |
/Engine/Source/Editor/Kismet/Private/BlueprintEditorModule.cpp |
virtual FDelegateHandle RegisterLocalVariableCustomization
(
FFieldClass * InFieldClass,
FOnGetLocalVariableCustomizationInstance InOnGetLocalVariableCustomization
)
Register a customization for for Blueprint local variables
Parameter |
Description |
---|---|
InFieldClass |
The type of the variable to create the customization for |
InOnGetLocalVariableCustomization |
The delegate used to create customization instances |