Navigation
API > API/Runtime > API/Runtime/DataflowEngine
Represents skeletons for dataflow
| Name | FDataflowSkeleton |
| Type | struct |
| Header File | /Engine/Source/Runtime/Dataflow/Engine/Public/Dataflow/DataflowSkeleton.h |
| Include Path | #include "Dataflow/DataflowSkeleton.h" |
Syntax
USTRUCT ()
struct FDataflowSkeleton
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RefSkeleton | FReferenceSkeleton | Dataflow/DataflowSkeleton.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Copy
(
const FReferenceSkeleton& ToCopy |
Dataflow/DataflowSkeleton.h | ||
void Empty() |
Dataflow/DataflowSkeleton.h | ||
const FReferenceSkeleton & GetRefSkeleton() |
Read-only access to the underlying skeleton object | Dataflow/DataflowSkeleton.h | |
FReferenceSkeletonModifier ModifySkeleton() |
Dataflow/DataflowSkeleton.h | ||
bool Serialize
(
FArchive& Ar |
Dataflow/DataflowSkeleton.h |