Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Create a RootProxyMesh object (used by geometry collection assets)
| Name | FMakeRootProxyMeshDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionAssetNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionAssetNodes.h" |
Syntax
USTRUCT ()
struct FMakeRootProxyMeshDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FMakeRootProxyMeshDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMakeRootProxyMeshDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionAssetNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RootProxyMesh | FDataflowRootProxyMesh | Mesh to use as a proxy | Dataflow/GeometryCollectionAssetNodes.h |
|
| Transform | DATAFLOW_NODE_DEFINE_INTERNAL(FMakeRootProxyMeshDataflowNode, "MakeRootProxyMesh", "GeometryCollection", "") private FTransform | Mesh to use as a proxy transform to use for the proxy, relative to the asset it will be used for | Dataflow/GeometryCollectionAssetNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionAssetNodes.h |