unreal.SphericalPontoon

class unreal.SphericalPontoon(center_socket: Name = 'None', relative_location: Vector = Ellipsis, radius: float = 0.0, fx_enabled: bool = False, local_force: Vector = Ellipsis, center_location: Vector = Ellipsis, socket_rotation: Quat = Ellipsis, offset: Vector = Ellipsis, water_height: float = 0.0, water_depth: float = 0.0, immersion_depth: float = 0.0, water_plane_location: Vector = Ellipsis, water_plane_normal: Vector = Ellipsis, water_surface_position: Vector = Ellipsis, water_velocity: Vector = Ellipsis, water_body_index: int = 0, is_in_water: bool = False, current_water_body_component: WaterBodyComponent = Ellipsis)

Bases: StructBase

Spherical Pontoon

C++ Source:

  • Plugin: Water

  • Module: Water

  • File: BuoyancyTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • center_location (Vector): [Read-Write] Center Location

  • center_socket (Name): [Read-Write] Center Socket: The socket to center this pontoon on. Also used as the name of the pontoon for effects

  • current_water_body_component (WaterBodyComponent): [Read-Write] Current Water Body Component

  • fx_enabled (bool): [Read-Write] FXEnabled: Should this pontoon be considered as a candidate location for visual/audio effects upon entering water for burst cues? To be implemented by user

  • immersion_depth (float): [Read-Write] Immersion Depth

  • is_in_water (bool): [Read-Write] Is in Water

  • local_force (Vector): [Read-Write] Local Force

  • offset (Vector): [Read-Write] Offset

  • radius (float): [Read-Write] Radius: The radius of the pontoon

  • relative_location (Vector): [Read-Write] Relative Location: Relative Location of pontoon WRT parent actor. Overridden by Center Socket.

  • socket_rotation (Quat): [Read-Write] Socket Rotation

  • water_body_index (int32): [Read-Write] Water Body Index

  • water_depth (float): [Read-Write] Water Depth

  • water_height (float): [Read-Write] Water Height

  • water_plane_location (Vector): [Read-Write] Water Plane Location

  • water_plane_normal (Vector): [Read-Write] Water Plane Normal

  • water_surface_position (Vector): [Read-Write] Water Surface Position

  • water_velocity (Vector): [Read-Write] Water Velocity

property center_location: Vector

[Read-Only] Center Location

Type:

(Vector)

property center_socket: Name

[Read-Only] Center Socket: The socket to center this pontoon on. Also used as the name of the pontoon for effects

Type:

(Name)

property current_water_body_component: WaterBodyComponent

[Read-Only] Current Water Body Component

Type:

(WaterBodyComponent)

property fx_enabled: bool

[Read-Only] FXEnabled: Should this pontoon be considered as a candidate location for visual/audio effects upon entering water for burst cues? To be implemented by user

Type:

(bool)

property immersion_depth: float

[Read-Only] Immersion Depth

Type:

(float)

property is_in_water: bool

[Read-Only] Is in Water

Type:

(bool)

property local_force: Vector

[Read-Only] Local Force

Type:

(Vector)

property offset: Vector

[Read-Only] Offset

Type:

(Vector)

property radius: float

[Read-Only] Radius: The radius of the pontoon

Type:

(float)

property relative_location: Vector

[Read-Only] Relative Location: Relative Location of pontoon WRT parent actor. Overridden by Center Socket.

Type:

(Vector)

property socket_rotation: Quat

[Read-Only] Socket Rotation

Type:

(Quat)

property water_body_index: int

[Read-Only] Water Body Index

Type:

(int32)

property water_depth: float

[Read-Only] Water Depth

Type:

(float)

property water_height: float

[Read-Only] Water Height

Type:

(float)

property water_plane_location: Vector

[Read-Only] Water Plane Location

Type:

(Vector)

property water_plane_normal: Vector

[Read-Only] Water Plane Normal

Type:

(Vector)

property water_surface_position: Vector

[Read-Only] Water Surface Position

Type:

(Vector)

property water_velocity: Vector

[Read-Only] Water Velocity

Type:

(Vector)