![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DataflowObject.h>
Public Types | |
| typedef TFunctionRef< void()> | FPostEditFunctionCallback |
Public Member Functions | |
| DATAFLOWENGINE_API | FDataflowAssetEdit (UDataflow *InAsset, FPostEditFunctionCallback InCallable) |
| DATAFLOWENGINE_API | ~FDataflowAssetEdit () |
| DATAFLOWENGINE_API UE::Dataflow::FGraph * | GetGraph () |
Public Attributes | |
| friend | UDataflow |
FDataflowAssetEdit Structured RestCollection access where the scope of the object controls serialization back into the dynamic collection
| FDataflowAssetEdit::FDataflowAssetEdit | ( | UDataflow * | InAsset, |
| FPostEditFunctionCallback | InCallable | ||
| ) |
| UDataflow | The "FAsset" to edit |
| FDataflowAssetEdit::~FDataflowAssetEdit | ( | ) |
| UE::Dataflow::FGraph * FDataflowAssetEdit::GetGraph | ( | ) |
| friend FDataflowAssetEdit::UDataflow |