FBlueprintEditorModule::CustomizeGraph

Build a set of details customizations for graphs with the passed-in schema, 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 > > CustomizeGraph
(
    const UEdGraphSchema * InGraphSchema,
    TSharedPtr< IBlueprintEditor > InBlueprintEditor
)

Remarks

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

Parameters

Parameter

Description

InGraphSchema

The schema 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