#include <DataflowPath.h>
◆ FDataflowPath() [1/2]
| FDataflowPath::FDataflowPath |
( |
| ) |
|
|
default |
◆ FDataflowPath() [2/2]
| FDataflowPath::FDataflowPath |
( |
const FString & |
InGraph, |
|
|
const FString & |
InNode, |
|
|
const FString & |
InInput = TEXT(""), |
|
|
const FString & |
InOutput = TEXT("") |
|
) |
| |
|
inlineexplicit |
◆ DecodePath()
| void FDataflowPath::DecodePath |
( |
const FString |
InPath | ) |
|
◆ GetGraph()
| const FString & FDataflowPath::GetGraph |
( |
| ) |
const |
|
inline |
◆ GetInput()
| const FString & FDataflowPath::GetInput |
( |
| ) |
const |
|
inline |
◆ GetNode()
| const FString & FDataflowPath::GetNode |
( |
| ) |
const |
|
inline |
◆ GetOutput()
| const FString & FDataflowPath::GetOutput |
( |
| ) |
const |
|
inline |
◆ PathHasInput()
| bool FDataflowPath::PathHasInput |
( |
| ) |
const |
◆ PathHasOutput()
| bool FDataflowPath::PathHasOutput |
( |
| ) |
const |
◆ SetGraph()
| void FDataflowPath::SetGraph |
( |
const FString |
InGraph | ) |
|
|
inline |
◆ SetInput()
| void FDataflowPath::SetInput |
( |
const FString |
InInput | ) |
|
|
inline |
◆ SetNode()
| void FDataflowPath::SetNode |
( |
const FString |
InNode | ) |
|
|
inline |
◆ SetOutput()
| void FDataflowPath::SetOutput |
( |
const FString |
InOutput | ) |
|
|
inline |
◆ ToString()
| FString FDataflowPath::ToString |
( |
| ) |
const |
The documentation for this struct was generated from the following files:
- Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowPath.h
- Engine/Source/Runtime/Experimental/Dataflow/Core/Private/Dataflow/DataflowPath.cpp