Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
| Name | UGroomCreateFollicleMaskOptions |
| Type | class |
| Header File | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomCreateFollicleMaskOptions.h |
| Include Path | #include "GroomCreateFollicleMaskOptions.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Config=EditorPerProjectUserSettings, HideCategories=("Hidden"))
class UGroomCreateFollicleMaskOptions : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UGroomCreateFollicleMaskOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UGroomCreateFollicleMaskOptions
(
const FObjectInitializer& ObjectInitializer |
GroomCreateFollicleMaskOptions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Grooms | TArray< FFollicleMaskOptions > | Grooms which will be use to create the follicle texture | GroomCreateFollicleMaskOptions.h |
|
| Resolution | int32 | Follicle mask texture resolution. The resolution will be rounded to the closest power of two. | GroomCreateFollicleMaskOptions.h |
|
| RootRadius | int32 | Size of the root in the follicle mask (in pixels) | GroomCreateFollicleMaskOptions.h |
|