Navigation
API > API/Editor > API/Editor/BlueprintGraph
| Name | FBlueprintGraphModule |
| Type | class |
| Header File | /Engine/Source/Editor/BlueprintGraph/Public/BlueprintGraphModule.h |
| Include Path | #include "BlueprintGraphModule.h" |
Syntax
class FBlueprintGraphModule : public IModuleInterface
Implements Interfaces
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FActionMenuRejectionTest | TBaseDelegate_TwoParams< bool, FBlueprintActionFilter const &, FBlueprintActionInfo & > | BlueprintGraphModule.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetBlueprintGraphActions | TMap< const UClass *, TUniquePtr< FAssetBlueprintGraphActions > > | Customizations for specific assets that want to customize their interactions with the Blueprint Graph window | BlueprintGraphModule.h | |
| ExtendedMenuFilters | TArray< FActionMenuRejectionTest > | BlueprintGraphModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FAssetBlueprintGraphActions * GetAssetBlueprintGraphActions
(
const UClass* AssetType |
BlueprintGraphModule.h | ||
TArray< FActionMenuRejectionTest > & GetExtendedActionMenuFilters () |
Provides access to a list of additional rejection tests that will be | BlueprintGraphModule.h | |
void RegisterGraphAction
(
const UClass* AssetType, |
BlueprintGraphModule.h | ||
void UnregisterGraphAction
(
const UClass* AssetType |
BlueprintGraphModule.h |
Overridden from IModuleInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
BlueprintGraphModule.h |