Navigation
API > API/Plugins > API/Plugins/HairStrandsCore > API/Plugins/HairStrandsCore/UGroomAsset
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FGroomDataflowSettings & GetDataflowSettings () |
Return the Dataflow settings associated to this groom asset if any, const version. | GroomAsset.h | |
| Return the Dataflow settings associated to this groom asset if any. | GroomAsset.h |
GetDataflowSettings()
Description
Return the Dataflow settings associated to this groom asset if any, const version.
| Name | GetDataflowSettings |
| Type | function |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomAsset.h |
| Include Path | #include "GroomAsset.h" |
const FGroomDataflowSettings & GetDataflowSettings() const
GetDataflowSettings()
Description
Return the Dataflow settings associated to this groom asset if any.
| Name | GetDataflowSettings |
| Type | function |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomAsset.h |
| Include Path | #include "GroomAsset.h" |
FGroomDataflowSettings & GetDataflowSettings()