unreal.InterchangeGroomCacheFactoryNode¶
- class unreal.InterchangeGroomCacheFactoryNode(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
InterchangeFactoryBaseNodeInterchange Groom Cache Factory Node
C++ Source:
Plugin: Interchange
Module: InterchangeFactoryNodes
File: InterchangeGroomCacheFactoryNode.h
- get_custom_end_frame() int32 or None¶
Get Custom End Frame
- Returns:
attribute_value (int32):
- Return type:
int32 or None
- get_custom_frame_rate() double or None¶
Get Custom Frame Rate
- Returns:
attribute_value (double):
- Return type:
double or None
- get_custom_groom_asset_path() SoftObjectPath or None¶
Get Custom Groom Asset Path
- Returns:
attribute_value (SoftObjectPath):
- Return type:
SoftObjectPath or None
- get_custom_groom_cache_attributes() InterchangeGroomCacheAttributes or None¶
Get Custom Groom Cache Attributes
- Returns:
attribute_value (InterchangeGroomCacheAttributes):
- Return type:
InterchangeGroomCacheAttributes or None
- get_custom_groom_cache_import_type() InterchangeGroomCacheImportType or None¶
Get Custom Groom Cache Import Type
- Returns:
attribute_value (InterchangeGroomCacheImportType):
- Return type:
InterchangeGroomCacheImportType or None
- get_custom_num_frames() int32 or None¶
Get Custom Num Frames
- Returns:
attribute_value (int32):
- Return type:
int32 or None
- get_custom_start_frame() int32 or None¶
Get Custom Start Frame
- Returns:
attribute_value (int32):
- Return type:
int32 or None
- set_custom_end_frame(attribute_value) bool¶
Set Custom End Frame
- Parameters:
attribute_value (int32)
- Return type:
- set_custom_frame_rate(attribute_value) bool¶
Set Custom Frame Rate
- Parameters:
attribute_value (double)
- Return type:
- set_custom_groom_asset_path(attribute_value) bool¶
Set Custom Groom Asset Path
- Parameters:
attribute_value (SoftObjectPath)
- Return type:
- set_custom_groom_cache_attributes(attribute_value) bool¶
Set Custom Groom Cache Attributes
- Parameters:
attribute_value (InterchangeGroomCacheAttributes)
- Return type:
- set_custom_groom_cache_import_type(attribute_value) bool¶
Set Custom Groom Cache Import Type
- Parameters:
attribute_value (InterchangeGroomCacheImportType)
- Return type: