Navigation
API > API/Runtime > API/Runtime/DataflowEngine
| Name | FDataflowAttachmentFactory |
| Type | struct |
| Header File | /Engine/Source/Runtime/Dataflow/Engine/Public/Dataflow/DataflowAttachment.h |
| Include Path | #include "Dataflow/DataflowAttachment.h" |
Syntax
struct FDataflowAttachmentFactory
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FCreateAttachmentFunction | TFunction< UDataflowAttachment *(UObject *)> | Dataflow/DataflowAttachment.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CreateFunctionsByName | TMap< FName, FCreateAttachmentFunction > | Dataflow/DataflowAttachment.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDataflowAttachment * Create
(
UObject* Owner |
Dataflow/DataflowAttachment.h | ||
void Register
(
FName ClassName, |
Dataflow/DataflowAttachment.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FDataflowAttachmentFactory & Get() |
Dataflow/DataflowAttachment.h |