GetText3DActor
From Onset Developer Wiki
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
- GetText3DCount
- GetAllText3D
- CreateText3D
- DestroyText3D
- IsValidText3D
- SetText3DAttached
- SetText3DDetached
- SetText3DDimension
- GetText3DDimension
- SetText3DPropertyValue
- GetText3DPropertyValue
- SetText3DText
- GetText3DText
- SetText3DLocation
- GetText3DLocation
- IsText3DStreamedIn
- GetStreamedText3D
- GetText3DActor