GetText3DActor

From Onset Developer Wiki
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