| FBreakAttributeKeyDataflowNode |
|
| FClosestSample |
Stores the result of a closest-point query on a mesh surface. |
| FDataflowAttributeProxy |
Abstract base USTRUCT for all attribute proxy descriptors used by FTransferMeshAttributesDataflowNode. |
| FDataflowCollectionAddScalarVertexPropertyNode |
Scalar vertex properties. |
| FDataflowCollectionEditSkeletonBonesNode |
Edit skeleton bones properties. |
| FDataflowCollectionEditSkinWeightsNode |
Edit skin weights vertex properties. |
| FDataflowDebugDrawSkeletonObject |
Debug draw skeleton object to debug skeletal meshes |
| FDataflowFloatSampler |
|
| FDataflowFloatSamplerBase |
A float sampler, sample at a specific 3D position and return a single float value per position |
| FDataflowMorphTargetProxy |
Proxy descriptor that configures the transfer of a morph-target delta attribute from a source mesh to a target mesh. |
| FDataflowPolygroupProxy |
Proxy descriptor that configures the transfer of a polygroup layer from a source mesh to a target mesh. |
| FDataflowPrimitiveNode |
FDataflowPrimitiveNode Base class for nodes that could add a primitive component to the construction scene within the Dataflow graph. |
| FDataflowSamplerTypes |
Sampler types |
| FDataflowSamplerTypesStorage |
|
| FDataflowSelectionToolNode |
Dataflow selection tool node When selected this node opens a selection tool to select vertex or face selection |
| FDataflowSelectionToolNodeData |
|
| FDataflowSkeletonProxy |
Proxy descriptor representing the skeleton (bone hierarchy) to carry over during an attribute transfer. |
| FDataflowSkinWeightData |
Dataflow skin weights data |
| FDataflowSkinWeightsProxy |
Proxy descriptor that configures the transfer of a skin-weight attribute from a source mesh to a target mesh. |
| FDataflowToolNode |
Base class for a node that can bring up a tool |
| FDataflowToolNodeSnapshot |
Represents data for tool node to store when the user press accept or explictly store a snapshot |
| FDataflowToolNodeSnapshotSet |
This represent a set of snapshots |
| FDataflowTriangleLabelsProxy |
Proxy descriptor that configures the transfer of a triangle-label attribute from a source mesh to a target mesh. |
| FDataflowVectorSampler |
|
| FDataflowVectorSamplerBase |
A vector sampler, sample at a specific 3D position and return a FVector3f value per position |
| FDataflowVertexAttributeEditableNode |
Base class for node using the vertex attribute paint tool |
| FDataflowVertexSkinWeightData |
FDataflowVertexSkinWeightData is a replacement for FDataflowSkinWeightData in FDataflowCollectionEditSkinWeightsNode This allow storing all the data linearly and enable bulk serialization for speed This solve the problem when we have million vertices meshes that was causing the serialization of the node to take a very long time this is now an order of magnitude faster that using FDataflowSkinWeightData |
| FGetPhysicsAssetFromSkeletalMeshDataflowNode |
Get the physics assets from input skeletal mesh. |
| FGetSkeletalMeshDataflowNode |
|
| FGetSkeletonDataflowNode |
|
| FLogCategoryLogDataflowSkeletalMeshNodes |
|
| FMakeAttributeKeyDataflowNode |
|
| FMorphTargetProxy |
Proxy that transfers a single named morph-target delta attribute from a source FDynamicMesh3 to a target mesh. |
| FPolygroupProxy |
Proxy that copies a single named polygroup layer from source triangles to matching target triangles. |
| FScalarVertexPropertyGroup |
Custom type so that we can use property type customization Used by Dataflow nodes as a property type - displays as a combobox with the registered groups |
| FSkeletalMeshBoneDataflowNode |
|
| FSkeletalMeshReferenceTransformDataflowNode |
|
| FSkinWeightsProxy |
Proxy that transfers a single named skin-weight attribute from a source FDynamicMesh3 to a target mesh. |
| FTransferMeshAttributesDataflowNode |
Dataflow node that transfers mesh attributes (skin weights, morph targets, polygroups, triangle labels) from SourceMesh onto Mesh using the UE::Geometry::FTransferAttributes operator. |
| FTriangleLabelProxy |
Proxy that copies a single named triangle-label attribute from source triangles to matching target triangles. |