Tempest Core {{ currentPage ? currentPage.title : "" }}

the plugin contains 6 main classes that will act as the base for the upcoming tempest products, below will be the explanation for them:

  • Tempest Base Object:

this will be the base UObject for all the objects used in the packs.

  • Tempest Base Component:

this will be the base UActorComponent for all the components used in the packs.

  • Tempest Base Actor:

this will be the base AActor for all the actors used in the packs.

  • Tempest Base Character:

this will be the base ACharacter for all the Characters used in the packs.

  • Tempest Data Container:

this will have the enums, structs used.

  • Tempest Tickables Subsystem:

this will be the class where tempest objects will tick.

{{{ content }}}