Navigation
API > API/Plugins > API/Plugins/HairStrandsCore
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomCacheImportOptions.h |
| Include | #include "GroomCacheImportOptions.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FGroomCacheImportSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bImportGroomAsset | Import or re-import the groom asset from this file | |
| bool | bImportGroomCache | Import the animated groom that was detected in this file | |
| bool | bOverrideConversionSettings | Set to true to override the groom conversion settings. | |
| bool | bSkipEmptyFrames | Skip empty (pre-roll) frames and start importing at the frame which actually contains data | |
| FGroomConversionSettings | ConversionSettings | Conversion settings to apply to the groom cache import when override is enabled | |
| int32 | FrameEnd | Ending index to stop sampling the animation at | |
| int32 | FrameStart | Starting index to start sampling the animation from | |
| FSoftObjectPath | GroomAsset | The groom asset the groom cache will be built from (must be compatible) | |
| EGroomCacheImportType | ImportType | Groom Cache types to import |