unreal.GeometryScriptFlareWarpOptions¶
- class unreal.GeometryScriptFlareWarpOptions(symmetric_extents: bool = False, lower_extent: float = 0.0, flare_type: GeometryScriptFlareType = Ellipsis)¶
Bases:
StructBaseGeometry Script Flare Warp Options
C++ Source:
Plugin: GeometryScripting
Module: GeometryScriptingCore
File: MeshDeformFunctions.h
Editor Properties: (see get_editor_property/set_editor_property)
flare_type(GeometryScriptFlareType): [Read-Write] Determines the profile used as a displacementlower_extent(float): [Read-Write] Lower extent used when bSymmetricExtents = falsesymmetric_extents(bool): [Read-Write] Symmetric extents are [-BendExtent,BendExtent], if disabled, then [-LowerExtent,BendExtent] is used
- property flare_type: GeometryScriptFlareType¶
[Read-Write] Determines the profile used as a displacement
- Type: