unreal.InterchangeSourceNode
¶
- class unreal.InterchangeSourceNode(outer: Optional[Object] = None, name: Union[Name, str] = 'None')¶
Bases:
InterchangeBaseNode
This class allow a translator to add general source data that describe the whole source. Pipeline can use this information.
C++ Source:
Module: InterchangeCore
File: InterchangeSourceNode.h
- get_custom_animated_time_end() double or None ¶
Query the source animated time end.
- Returns:
attribute_value (double):
- Return type:
double or None
- get_custom_animated_time_start() double or None ¶
Query the source animated time start.
- Returns:
attribute_value (double):
- Return type:
double or None
- get_custom_import_unused_material() bool or None ¶
Query the source animated time end.
- Returns:
attribute_value (bool):
- Return type:
bool or None
- get_custom_source_frame_rate_denominator() int32 or None ¶
Query the source frame rate denominator.
- Returns:
attribute_value (int32):
- Return type:
int32 or None
- get_custom_source_frame_rate_numerator() int32 or None ¶
Query the source frame rate numerator.
- Returns:
attribute_value (int32):
- Return type:
int32 or None
- get_custom_source_timeline_end() double or None ¶
Query the source time line end.
- Returns:
attribute_value (double):
- Return type:
double or None
- get_custom_source_timeline_start() double or None ¶
Query the source time line start.
- Returns:
attribute_value (double):
- Return type:
double or None
- set_custom_animated_time_end(attribute_value) bool ¶
Store the source animated time end.
- Parameters:
attribute_value (double) –
- Return type:
- set_custom_animated_time_start(attribute_value) bool ¶
Store the source animated time start.
- Parameters:
attribute_value (double) –
- Return type:
- set_custom_source_frame_rate_denominator(attribute_value) bool ¶
Store the source frame rate denominator.
- Parameters:
attribute_value (int32) –
- Return type:
- set_custom_source_frame_rate_numerator(attribute_value) bool ¶
Store the source frame rate numerator.
- Parameters:
attribute_value (int32) –
- Return type: