Navigation
API > API/Runtime > API/Runtime/DataflowEngine > API/Runtime/DataflowEngine/FDataflowVariableOverrides
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataflowVariableOverrides
(
FDataflowInstance* InOwner |
Dataflow/DataflowInstance.h | ||
FDataflowVariableOverrides
(
const FDataflowVariableOverrides& Other |
Prevent the copy constructor to avoid having a copy with the same owner use the assignment operator instead on a newly created FDataflowVariableOverrides with the right owner to copy its content over | Dataflow/DataflowInstance.h |
FDataflowVariableOverrides(FDataflowInstance *)
| Name | FDataflowVariableOverrides |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Engine/Public/Dataflow/DataflowInstance.h |
| Include Path | #include "Dataflow/DataflowInstance.h" |
| Source | /Engine/Source/Runtime/Experimental/Dataflow/Engine/Private/Dataflow/DataflowInstance.cpp |
FDataflowVariableOverrides
(
FDataflowInstance * InOwner
)
FDataflowVariableOverrides(const FDataflowVariableOverrides &)
Description
Prevent the copy constructor to avoid having a copy with the same owner use the assignment operator instead on a newly created FDataflowVariableOverrides with the right owner to copy its content over
| Name | FDataflowVariableOverrides |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Engine/Public/Dataflow/DataflowInstance.h |
| Include Path | #include "Dataflow/DataflowInstance.h" |
FDataflowVariableOverrides
(
const FDataflowVariableOverrides & Other
)