FBlueprintEditorModule::CustomizeVariable

Build a set of details customizations for the passed-in type, if possible.

Windows
MacOS
Linux

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 TArray< TSharedPtr< IDetailCustomization > > CustomizeVariable
(
    FFieldClass * InFieldClass,
    TSharedPtr< IBlueprintEditor > InBlueprintEditor
)

Remarks

Build a set of details customizations for the passed-in type, if possible.

Parameters

Parameter

Description

InStruct

The type to create the customization for

InBlueprintEditor

The Blueprint Editor the customization will be created for

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