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