Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintEditorModule
References
| Module | Kismet |
| 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
&40;
TSubclassOf< UK2Node_EditablePinBase > InFunctionClass,
TSharedPtr< IBlueprintEditor > InBlueprintEditor
&41;
Remarks
Build a set of details customizations for function with the passed-in type, if possible.
Parameters
| Name | Description |
|---|---|
| InFunctionClass | The type to create the customization for |
| InBlueprintEditor | The Blueprint Editor the customization will be created for |