Navigation
API > API/Plugins > API/Plugins/DMXBlueprintGraph
The public interface to this module
| Name | FDMXBlueprintGraphModule |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXBlueprintGraph/Public/DMXBlueprintGraphModule.h |
| Include Path | #include "DMXBlueprintGraphModule.h" |
Syntax
class FDMXBlueprintGraphModule : public IModuleInterface
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DMXGraphPanelPinFactory | TSharedPtr< FDMXGraphPanelPinFactory > | FDMXProtocolName and Custom nodes Graph Pin customizations | DMXBlueprintGraphModule.h | |
| RegisteredClassNames | TSet< FName > | List of registered class that we must unregister when the module shuts down | DMXBlueprintGraphModule.h |
Functions
Public
Overridden from IModuleInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
DMXBlueprintGraphModule.h | ||
virtual void StartupModule() |
DMXBlueprintGraphModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FDMXBlueprintGraphModule & Get() |
DMXBlueprintGraphModule.h | ||
static bool IsAvailable() |
DMXBlueprintGraphModule.h |