FBlueprintEditorModule::CustomizeGraph

Build a set of details customizations for graphs with the passed-in schema, if possible.

Unreal Engine C++ API Reference > 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](API\Runtime\Core\Containers\TArray)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IDetailCustomization](API\Editor\PropertyEditor\IDetailCustomization) > > CustomizeGraph
(
    const [UEdGraphSchema](API\Runtime\Engine\EdGraph\UEdGraphSchema) * InGraphSchema,
    [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IBlueprintEditor](API\Editor\Kismet\IBlueprintEditor) > InBlueprintEditor
)

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library