Navigation
API > API/Plugins > API/Plugins/HairStrandsDataflow
Get the groom asset
| Name | FGetGroomAssetDataflowNode_v2 |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsDataflow/Public/GetGroomAssetNode.h |
| Include Path | #include "GetGroomAssetNode.h" |
Syntax
USTRUCT (Meta=(Experimental, DataflowGroom))
struct FGetGroomAssetDataflowNode_v2 : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FGetGroomAssetDataflowNode_v2
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GroomAsset | TObjectPtr< const UGroomAsset > | Groom asset that will be used in the dataflow graph | GetGroomAssetNode.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FGetGroomAssetDataflowNode_v2, |
GetGroomAssetNode.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
GetGroomAssetNode.h |