Navigation
API > API/Plugins > API/Plugins/DataflowEnginePlugin
The public interface to this module
| Name | IDataflowEnginePlugin |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEnginePlugin/Public/Dataflow/DataflowEnginePlugin.h |
| Include Path | #include "Dataflow/DataflowEnginePlugin.h" |
Syntax
class IDataflowEnginePlugin : public IModuleInterface
Implements Interfaces
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| SelectionLockedPrimaryColor | FColor | Dataflow/DataflowEnginePlugin.h | |
| SelectionPrimaryColor | FColor | Dataflow/DataflowEnginePlugin.h | |
| VertexColor | FColor | Dataflow/DataflowEnginePlugin.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IDataflowEnginePlugin & Get () |
Singleton-like access to this module's interface. | Dataflow/DataflowEnginePlugin.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | Dataflow/DataflowEnginePlugin.h |