GetObjectActor: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Get the Unreal Engine actor for the Object.}} {{FuncSyntax|GetObjectActor(object)}} {{FuncParameters}} {{FuncParam|object|The..." |
No edit summary |
||
Line 1: | Line 1: | ||
{{Info|Function| | {{Info|Function|Client|1.0}} | ||
{{FuncDescription|Get the Unreal Engine actor for the Object.}} | {{FuncDescription|Get the Unreal Engine actor for the Object.}} |
Latest revision as of 14:05, 1 January 2020
Description
Get the Unreal Engine actor for the Object.
Syntax
GetObjectActor(object)
Parameters
- object
The object identifier.
Return Value
- Returns Unreal Actor Id on success.
Example
GetObjectActor()
See also
- CreateObject
- DestroyObject
- IsValidObject
- GetObjectCount
- GetObjectModel
- IsObjectStreamedIn
- EnableObjectStreamEvents
- SetObjectStreamDistance
- SetObjectLocation
- GetObjectLocation
- SetObjectRotation
- GetObjectRotation
- SetObjectScale
- GetObjectScale
- SetObjectAttached
- SetObjectDetached
- IsObjectAttached
- GetObjectAttachmentInfo
- IsObjectMoving
- SetObjectMoveTo
- StopObjectMove
- SetObjectRotateAxis
- GetObjectModelCount
- GetObjectMass
- GetStreamedObjects
- GetObjectBoundingBox
- GetObjectSize
- EnableObjectHitEvents
- SetObjectEditable
- SetObjectOutline
- SetObjectColor
- SetObjectEmissiveColor
- SetObjectTexture
- SetObjectAnimatedTexture
- SetObjectCastShadow
- SetObjectDimension
- GetObjectActor
- GetAllObjects
- SetObjectModel