Navigation
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 void UnregisterGraphCustomization ( const [UEdGraphSchema](API\Runtime\Engine\EdGraph\UEdGraphSchema) * InGraphSchema )
Remarks
Unregister a previously registered customization for BP graphs
Parameters
Name | Description |
---|---|
InGraphSchema | The schema of the graph to create the customization for |