Navigation
API > API/Plugins > API/Plugins/DataflowNodes
| Name | DataflowAddScalarVertexPropertyCallbackRegistry |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowNodes/Public/Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h |
| Include Path | #include "Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h" |
Syntax
class DataflowAddScalarVertexPropertyCallbackRegistry
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllCallbacks | TMap< FName, TUniquePtr< IDataflowAddScalarVertexPropertyCallbacks > > | Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DeregisterCallbacks
(
const FName& CallbacksName |
Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h | ||
TArray< UE::Dataflow::FRenderingParameter > GetRenderingParameters() |
Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h | ||
| Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h | |||
void RegisterCallbacks
(
TUniquePtr< IDataflowAddScalarVertexPropertyCallbacks >&& Callbacks |
Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static DataflowAddScalarVertexPropertyCallbackRegistry & Get() |
Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h | ||
static void TearDown() |
Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h |