Module |
|
Header |
/Engine/Source/Editor/Kismet/Public/BlueprintEditorModule.h |
Include |
#include "BlueprintEditorModule.h" |
Source |
/Engine/Source/Editor/Kismet/Private/BlueprintEditorModule.cpp |
virtual TArray< TSharedPtr< IDetailCustomization > > CustomizeFunction
(
TSubclassOf< UK2Node_EditablePinBase > InFunctionClass,
TSharedPtr< IBlueprintEditor > InBlueprintEditor
)
Build a set of details customizations for function with the passed-in type, if possible.
Parameter |
Description |
---|---|
InFunctionClass |
The type to create the customization for |
InBlueprintEditor |
The Blueprint Editor the customization will be created for |