DrawMaterial

From Onset Developer Wiki
Revision as of 10:05, 2 December 2019 by BlueMountains (talk | contribs)
DrawMaterial

Type: Function
Context: Client
Introduced: v1.0

Description

This function gets the static mesh component.

Syntax

DrawMaterial(UMaterialInterface, ScreenX, ScreenY, ScreenW, ScreenH, Scale, bScalePosition)

Parameters

  • UMaterialInterface
    The material interface.
  • ScreenX
    Screen space X position.
  • ScreenY
    Screen space Y position.
  • ScreenW
    Screen width.
  • ScreenH
    Screen height.
  • Scale
    X and Y scale.
  • bScalePosition
    Should the "Scale" parameter also scale the position.

Return Value

  • Returns nothing.

Example

__EDIT_ME__

See also