GetObjectStaticMeshComponent
From Onset Developer Wiki
Description
Gets the static mesh component of an object.
Syntax
GetObjectStaticMeshComponent(object)
Parameters
- object
The object identifier.
Return Value
- Returns UStaticMeshComponent and then can be used by UnrealLua.
Example
__EDIT_ME__
See also
__EDIT_ME__