DrawTexture

From Onset Developer Wiki
Revision as of 14:26, 23 November 2019 by BlueMountains (talk | contribs)
DrawTexture

Type: Function
Context: Client
Introduced: v1.0

Description

Draw an UTexture on screen. https://docs.unrealengine.com/en-US/API/Runtime/Engine/GameFramework/AHUD/DrawTexture/index.html

Syntax

DrawTexture(UTexture TextureReference, ScreenX, SCreenY, Scale, bScalePosition)

Parameters

  • TextureReference
    Texture reference from LoadFromAsset or LoadFromFile.

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also