UE · 2023年8月15日 0

[Unreal Engine] DTGlobalVariable Plugin description, blueprint global variable access, settings.

This plugin can directly access the specified global va…

Node Description

Get the specified data (with default value) – [ Get Global XXX (Default) ]

[Unreal Engine] DTGlobalVariable Plugin description, blueprint global variable access, settings.

This type of node can get the specified global variable value, and if the key value has not been set before, this key value is automatically set to the “Default” value and returned.

Supported Types: Bool,Byte,Int,Int64,Float,Name,String,Text,Vector,Rotator,Transform。


Gets the specified data – [ Get Global XXX ]

[Unreal Engine] DTGlobalVariable Plugin description, blueprint global variable access, settings.

This type of node can get the specified global variable value, and if this key value has been set before, it returns the real value with “Exist” as True. If the key value has not been set before, “Exist” is False.

Supported Types: Bool,Byte,Int,Int64,Float,Name,String,Text,Vector,Rotator,Transform,Object,Actor,Struct。


Sets the specified data – [ Set Global XXX ]

[Unreal Engine] DTGlobalVariable Plugin description, blueprint global variable access, settings.

Sets the specified global variable value.

Supported Types: Bool,Byte,Int,Int64,Float,Name,String,Text,Vector,Rotator,Transform,Object,Actor,Struct。


Deletes the specified data – [ Remove Global XXX ]

[Unreal Engine] DTGlobalVariable Plugin description, blueprint global variable access, settings.

Deletes the specified global variable value.

Supported Types: Bool,Byte,Int,Int64,Float,Name,String,Text,Vector,Rotator,Transform,Object,Actor,Struct。


Resets a type of data – [ Reset Global XXX ]

[Unreal Engine] DTGlobalVariable Plugin description, blueprint global variable access, settings.

Delete all global data of a certain type.

Supported Types: Bool,Byte,Int,Int64,Float,Name,String,Text,Vector,Rotator,Transform,Object,Actor,Struct。


Reset all data – [ Reset All Global Variables ]

[Unreal Engine] DTGlobalVariable Plugin description, blueprint global variable access, settings.

Delete all global data.