TMG Global Variables

Tegridy Made Games - Code Plugins - Jun 10, 2023

A system of global variables to get/set in unreal engine blueprints

  • Supported Platforms
  • Supported Engine Versions
    5.0 - 5.3
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

TMG Global Variables is a system of global static variables to get/set in unreal engine blueprints. Simply set the variable using a name in the variable parameters then call it with the name again!

Technical Details

Demo/Tutorial Video: https://youtu.be/S6f_zjFSnyc

Features:

  •  Blueprint functions to get/set global variables, allows you to re-use variables in any blueprint
  •  Supports static variables for: int32, float, FString, bool, FVector, AActor, uint8, UObject, FText, FName, FRotator, FTransform, and FLinearColor.
  •  Simply name the variable in the set and get the name to get.
  •    Bonus: Save/Load string to & from JSON files.

Code Modules:

  •  GlobalVariables_TMG [Runtime]

 

Number of Blueprint Functions: 30

Number of C++ Classes: 2

Network Replicated: No

Supported Development Platforms: Windows 64 bit

Supported Target Build Platforms: Windows 64 bit

Documentation: https://docs.google.com/document/d/14SY7akXekkx-tWTb6zvRIdQ7xNIOOP64S4UdWSIelRw/edit?usp=sharing

Example Project: https://drive.google.com/file/d/15qyQ816OOqDUHjVQJa-UCzYT4Ar5I3e9/view?usp=sharing