1. Epic GamesDeveloper
  2. Composite Types

Composite Types

Create your own unique type from a composite type.

Composite Types

Create a unique type through the use of composite types. Verse offers several ways you can do this.

  • Class

    Class

    A class is a template for creating objects with similar behaviors and properties (fields and methods).

  • Enum

    Enum

    An enum is a type used to store named sets of things.

  • Struct

    Struct

    A struct is a way to group several related variables together.

  • Subclass

    Subclass

    A subclass is a class that extends the definition of another class by adding or modifying the fields and methods of the other class.

  • Interface

    Interface

    An interface provides a contract for how to interact with any class that implements the interface.

  • Constructor

    Constructor

    A constructor is a special function that creates an instance of the class that it's associated with.

  • verse
  • language

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library