Navigation
API > API/Plugins > API/Plugins/HairStrandsEditor > API/Plugins/HairStrandsEditor/IGroomTranslator
| Type | Name | Description | |
|---|---|---|---|
| bool | Translate
(
const FString& FilePath, |
Translate a given file into a HairDescription; return true if successful | |
| bool | Translate
(
uint32 FrameIndex, |
Translate by frame index is deprecated. Use Translate by frame time instead. | |
| bool | Translate
(
float FrameTime, |
Translate a given file into a HairDescription at the requested frame time (in seconds); return true if successful | |
| bool | Translate
(
const FString& FilePath, |
Translate a given file into a HairDescription with info about Groom animation if OutAnimInfo is not null; return true if successful |