Verse Library verse

11 Controlling The Ui Materials And Triggers With The

Configures material block instances with custom images and fixed dimensions for UI or display elements.

extracted-snippets/documentation/en-us/fortnite/material-block-in-fortnite/11-controlling-the-ui-materials-and-triggers-with-the.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/material-block-in-fortnite
# Local doc:  epic-docs/documentation/en-us/fortnite/material-block-in-fortnite.md
# Section:    Controlling the UI, Materials, and Triggers with the On Begin Function
RadialMaterialBlock := material_block:
DefaultImage := RadialMaterial
DefaultDesiredSize := vector2{X:=400.0, Y:=400.0}
StripeMaterialBlock := material_block:
DefaultImage := StripeMaterial
DefaultDesiredSize := vector2{X:=400.0, Y:=400.0}
DissolveMaterialBlock := material_block:
DefaultImage := DissolveMaterial
DefaultDesiredSize := vector2{X:=400.0, Y:=400.0}

Comments

    Sign in to vote, comment, or suggest an edit. Sign in