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 > > CustomizeGraph
&40;
const UEdGraphSchema &42; InGraphSchema,
TSharedPtr< IBlueprintEditor > InBlueprintEditor
&41;
Remarks
Build a set of details customizations for graphs with the passed-in schema, if possible.
Parameters
| Name | Description |
|---|---|
| InGraphSchema | The schema to create the customization for |
| InBlueprintEditor | The Blueprint Editor the customization will be created for |