Hooks

BP_Hook

  • SnapToCargo (bool): Determines the behavior when you click on the LMB, If “true” it will automatically grab to the cargo, otherwise nothing will happen.

  • HookRadiusAction (float): Radius SphereTrace.

  • YawOffsetCargo (float): Rotation of the cargo under the hook.

  • TraceLength (float):The length from which the hook grab the cargo.

  • ObjectsTypeTrace (EObjectTypeQuery array): Types of objects that will be grab.

BP_Magnet

  • TraceLength (float): The length from which the hook grab the cargo.

  • ObjectsTypeTrace (EObjectTypeQuery array): Types of objects that will be grab.

BP_Platform

The function “UnhookAction” is overridden. The blueprint of the interface is “BPI_HookAction” - this function drops the cargo from the cable.

Last updated

Was this helpful?