Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Get Current geometry collection asset Note : Use with caution as this may get replaced in a near future for a more generic getAsset node
| Name | FGetGeometryCollectionAssetDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionAssetNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionAssetNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FGetGeometryCollectionAssetDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FGetGeometryCollectionAssetDataflowNode
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Asset | TObjectPtr< UGeometryCollection > | Asset this data flow graph instance is assigned to | Dataflow/GeometryCollectionAssetNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual DATAFLOW_NODE_DEFINE_INTERNAL(FGetGeometryCollectionAssetDataflowNode, "GetGeometryCollectionAsset", "GeometryCollection|Asset", "") public void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionAssetNodes.h |