GetText3DActor: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.5.2}} {{FuncDescription|Get the Unreal Engine actor for the Text3D.}} {{FuncSyntax|GetText3DActor(text3did)}} {{FuncParameters}} {{FuncParam|text3d...")
 
(No difference)

Latest revision as of 14:31, 10 November 2021

GetText3DActor

Type: Function
Context: Client
Introduced: v1.5.2

Description

Get the Unreal Engine actor for the Text3D.

Syntax

GetText3DActor(text3did)

Parameters

  • text3did
    The text3d identifier.

Return Value

  • Returns Unreal Actor on success.

Example

local actor = GetText3DActor()
actor:SetActorLocation(FVector(0.0, 0.0, 0.0))

See also