Navigation
API > API/Plugins > API/Plugins/DataflowNodes
Registry for implementations of IDataflowAddScalarVertexPropertyCallbacks
| Name | FDataflowAddScalarVertexPropertyCallbackRegistry |
| Type | class |
| Header File | /Engine/Plugins/Dataflow/Source/DataflowNodes/Public/Dataflow/DataflowVertexPropertyGroup.h |
| Include Path | #include "Dataflow/DataflowVertexPropertyGroup.h" |
Syntax
class FDataflowAddScalarVertexPropertyCallbackRegistry
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FTargetGroupInfo | IDataflowAddScalarVertexPropertyCallbacks::FTargetGroupInfo | Dataflow/DataflowVertexPropertyGroup.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllCallbacks | TMap< FName, TUniquePtr< IDataflowAddScalarVertexPropertyCallbacks > > | Dataflow/DataflowVertexPropertyGroup.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DeregisterCallbacks
(
const FName& CallbacksName |
Dataflow/DataflowVertexPropertyGroup.h | ||
| Dataflow/DataflowVertexPropertyGroup.h | |||
TArray< UE::Dataflow::FRenderingParameter > GetRenderingParameters
(
const FName& TargetGroup |
Dataflow/DataflowVertexPropertyGroup.h | ||
FTargetGroupInfo GetTargetGroupInfo
(
FName TargetGroup |
Dataflow/DataflowVertexPropertyGroup.h | ||
| Dataflow/DataflowVertexPropertyGroup.h | |||
void RegisterCallbacks
(
TUniquePtr< IDataflowAddScalarVertexPropertyCallbacks >&& Callbacks |
Dataflow/DataflowVertexPropertyGroup.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FDataflowAddScalarVertexPropertyCallbackRegistry & Get() |
Dataflow/DataflowVertexPropertyGroup.h |