Difference between revisions of "GetObjectStaticMeshComponent"
From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Gets the static mesh component of an object.}} {{FuncSyntax|GetObjectStaticMeshComponent(object)}} {{FuncParameters}} {{FuncP...") |
|||
Line 6: | Line 6: | ||
{{FuncParameters}} | {{FuncParameters}} | ||
− | {{FuncParam| | + | {{FuncParam|object|The object identifier.}} |
− | {{FuncReturnValue|Returns the static mesh component and then can be used by [[UnrealLua]]}} | + | {{FuncReturnValue|Returns the static mesh component and then can be used by [[UnrealLua]].}} |
== Example == | == Example == |
Latest revision as of 10:45, 2 December 2019
Description
Gets the static mesh component of an object.
Syntax
GetObjectStaticMeshComponent(object)
Parameters
- object
The object identifier.
Return Value
- Returns the static mesh component and then can be used by UnrealLua.
Example
__EDIT_ME__
See also
__EDIT_ME__