GetObjectStaticMeshComponent: Difference between revisions
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..." |
No edit summary |
||
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 == |
Revision as of 09: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__