Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- IModuleInterface
- FBlueprintGraphModule
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Public/BlueprintGraphModule.h |
| Include | #include "BlueprintGraphModule.h" |
Syntax
class FBlueprintGraphModule : public IModuleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FAssetBlueprintGraphActions * | GetAssetBlueprintGraphActions
(
const UClass* AssetType |
||
| TArray< FActionMenuRejectionTest > & | Provides access to a list of additional rejection tests that will be | ||
| void | RegisterGraphAction
(
const UClass* AssetType, |
||
| void | |||
| void | UnregisterGraphAction
(
const UClass* AssetType |
Typedefs
| Name | Description |
|---|---|
| FActionMenuRejectionTest |