GetPlayerSkeletalMeshComponent

From Onset Developer Wiki
Revision as of 13:46, 23 November 2019 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Gets the skeletal mesh component of a player.}} {{FuncSyntax|GetPlayerSkeletalMeshComponent(player, ComponentName)}} {{FuncPa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetPlayerSkeletalMeshComponent

Type: Function
Context: Client
Introduced: v1.0

Description

Gets the skeletal mesh component of a player.

Syntax

GetPlayerSkeletalMeshComponent(player, ComponentName)

Parameters

  • player
    The player identifier.
  • ComponentName
    Name of which SK component to get. Can be Body, WeaponMesh, Clothing0, Clothing1, Clothing2, Clothing3, Clothing4, Clothing5

Return Value

  • Returns the skeletal mesh component. UnrealLua

Example

__EDIT_ME__

See also

__EDIT_ME__