FBlueprintEditorModule::RegisterLocalVariableCustomization

Register a customization for for Blueprint local variables

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/BlueprintEditorModule.h

Include

#include "BlueprintEditorModule.h"

Source

/Engine/Source/Editor/Kismet/Private/BlueprintEditorModule.cpp

Syntax

virtual FDelegateHandle RegisterLocalVariableCustomization
(
    FFieldClass * InFieldClass,
    FOnGetLocalVariableCustomizationInstance InOnGetLocalVariableCustomization
)

Remarks

Register a customization for for Blueprint local variables

Parameters

Parameter

Description

InFieldClass

The type of the variable to create the customization for

InOnGetLocalVariableCustomization

The delegate used to create customization instances

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Cancel