unreal.DatasmithPropertyCaptureElement¶
- class unreal.DatasmithPropertyCaptureElement(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
DatasmithBasePropertyCaptureElementUDatasmithPropertyCaptureElement
C++ Source:
Plugin: DatasmithImporter
Module: DatasmithImporter
File: DatasmithUObjectElements.h
- get_value_bool() bool¶
Get the recorded value for this property as a boolean. Returned value is meaningless if the property is not of boolean type.
- Return type:
- get_value_color() Color¶
Get the recorded value for this property as a color. Returned value is meaningless if the property is not of color type.
- Return type:
- get_value_float() float¶
Get the recorded value for this property as a float. Returned value is meaningless if the property is not of float type.
- Return type:
- get_value_int() int32¶
Get the recorded value for this property as an int32. Returned value is meaningless if the property is not of int32 type.
- Return type:
int32
- get_value_int_point() IntPoint¶
Get the recorded value for this property as an int point. Returned value is meaningless if the property is not of int point type.
- Return type:
- get_value_linear_color() LinearColor¶
Get the recorded value for this property as a linear color. Returned value is meaningless if the property is not of linear color type.
- Return type:
- get_value_quat() Quat¶
Get the recorded value for this property as a quat. Returned value is meaningless if the property is not of quat type.
- Return type:
- get_value_rotator() Rotator¶
Get the recorded value for this property as a rotator. Returned value is meaningless if the property is not of rotator type.
- Return type:
- get_value_string() str¶
Get the recorded value for this property as a string. Returned value is meaningless if the property is not of string type.
- Return type:
- get_value_vector() Vector¶
Get the recorded value for this property as a vector. Returned value is meaningless if the property is not of vector type.
- Return type:
- get_value_vector2d() Vector2D¶
Get the recorded value for this property as a vector2d. Returned value is meaningless if the property is not of vector2 type.
- Return type:
- get_value_vector4() Vector4¶
Get the recorded value for this property as a vector4. Returned value is meaningless if the property is not of vector4 type.
- Return type:
- set_value_int_point(value) None¶
Set the recorded value for this capture
- Parameters:
value (IntPoint)
- set_value_linear_color(value) None¶
Set the recorded value for this capture
- Parameters:
value (LinearColor)