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