GetText3DActor

From Onset Developer Wiki
Revision as of 14:31, 10 November 2021 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Client|1.5.2}} {{FuncDescription|Get the Unreal Engine actor for the Text3D.}} {{FuncSyntax|GetText3DActor(text3did)}} {{FuncParameters}} {{FuncParam|text3d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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