Verse Library verse

01 Persistable Type

Defines a persistable data structure holding X and Y float coordinates.

extracted-snippets/documentation/en-us/uefn/struct-in-verse/01-persistable-type.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/uefn/struct-in-verse
# Local doc:  epic-docs/documentation/en-us/uefn/struct-in-verse.md
# Section:    Persistable Type
coordinates := struct<persistable>:
X:float = 0.0
Y:float = 0.0

Comments

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