GetPickupActor

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
GetPickupActor

Type: Function
Context: Client
Introduced: v1.0

Description

Get the Unreal Engine actor for the Pickup.

Syntax

GetPickupActor(pickupid)

Parameters

  • pickupid
    The pickup identifier.

Return Value

  • Returns Unreal Actor Id on success.

Example

GetPickupActor()

See also