unreal.Text3DLayoutTransformEffect

class unreal.Text3DLayoutTransformEffect(outer: Object | None = None, name: Name | str = 'None')

Bases: Text3DLayoutEffectBase

Extension that handles transform data for Text3D

C++ Source:

  • Plugin: Text3D

  • Module: Text3D

  • File: Text3DLayoutTransformEffect.h

Editor Properties: (see get_editor_property/set_editor_property)

  • location_begin (Vector): [Read-Write]

  • location_ease_curve (CurveFloat): [Read-Write] Provide a 0-1 ease curve, leaving this unset will result in linear ease

  • location_enabled (bool): [Read-Write] Location

  • location_end (Vector): [Read-Write]

  • location_order (Text3DCharacterEffectOrder): [Read-Write]

  • location_progress (float): [Read-Write]

  • rotation_begin (Rotator): [Read-Write]

  • rotation_ease_curve (CurveFloat): [Read-Write] Provide a 0-1 ease curve, leaving this unset will result in linear ease

  • rotation_enabled (bool): [Read-Write] Rotate

  • rotation_end (Rotator): [Read-Write]

  • rotation_order (Text3DCharacterEffectOrder): [Read-Write]

  • rotation_progress (float): [Read-Write]

  • scale_begin (Vector): [Read-Write]

  • scale_ease_curve (CurveFloat): [Read-Write] Provide a 0-1 ease curve, leaving this unset will result in linear ease

  • scale_enabled (bool): [Read-Write] Scale

  • scale_end (Vector): [Read-Write]

  • scale_order (Text3DCharacterEffectOrder): [Read-Write]

  • scale_progress (float): [Read-Write]

set_location_begin(begin) None

Set Location Begin

Parameters:

begin (Vector)

set_location_ease_curve(ease_curve) None

Set Location Ease Curve

Parameters:

ease_curve (CurveFloat)

set_location_enabled(enabled) None

Set Location Enabled

Parameters:

enabled (bool)

set_location_end(end) None

Set Location End

Parameters:

end (Vector)

set_location_order(order) None

Set Location Order

Parameters:

order (Text3DCharacterEffectOrder)

set_location_progress(progress) None

Set Location Progress

Parameters:

progress (float)

set_rotation_begin(value) None

Set Rotation Begin

Parameters:

value (Rotator)

set_rotation_ease_curve(ease_curve) None

Set Rotation Ease Curve

Parameters:

ease_curve (CurveFloat)

set_rotation_enabled(enabled) None

Set Rotation Enabled

Parameters:

enabled (bool)

set_rotation_end(value) None

Set Rotation End

Parameters:

value (Rotator)

set_rotation_order(order) None

Set Rotation Order

Parameters:

order (Text3DCharacterEffectOrder)

set_rotation_progress(progress) None

Set Rotation Progress

Parameters:

progress (float)

set_scale_begin(value) None

Set Scale Begin

Parameters:

value (Vector)

set_scale_ease_curve(ease_curve) None

Set Scale Ease Curve

Parameters:

ease_curve (CurveFloat)

set_scale_enabled(enabled) None

Set Scale Enabled

Parameters:

enabled (bool)

set_scale_end(value) None

Set Scale End

Parameters:

value (Vector)

set_scale_order(order) None

Set Scale Order

Parameters:

order (Text3DCharacterEffectOrder)

set_scale_progress(progress) None

Set Scale Progress

Parameters:

progress (float)