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 utilized when constructing Blueprint context/action menus. | ||
| void | RegisterGraphAction
(
const UClass* AssetType, |
||
| void | UnregisterGraphAction
(
const UClass* AssetType |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. |
Typedefs
| Name | Description |
|---|---|
| FActionMenuRejectionTest |