This plugin can directly access the specified global va…
目录(Contents)
- Node Description
- Get the specified data (with default value) – [ Get Global XXX (Default) ]
- Gets the specified data – [ Get Global XXX ]
- Sets the specified data – [ Set Global XXX ]
- Deletes the specified data – [ Remove Global XXX ]
- Resets a type of data – [ Reset Global XXX ]
- Reset all data – [ Reset All Global Variables ]
Node Description
Get the specified data (with default value) – [ Get Global XXX (Default) ]
![[Unreal Engine] DTGlobalVariable Plugin description, blueprint global variable access, settings. [Unreal Engine] DTGlobalVariable Plugin description, blueprint global variable access, settings.](https://dt.cq.cn/wp-content/uploads/2023/08/image-11.png)
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. [Unreal Engine] DTGlobalVariable Plugin description, blueprint global variable access, settings.](https://dt.cq.cn/wp-content/uploads/2023/08/image-14.png)
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. [Unreal Engine] DTGlobalVariable Plugin description, blueprint global variable access, settings.](https://dt.cq.cn/wp-content/uploads/2023/08/image-15.png)
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. [Unreal Engine] DTGlobalVariable Plugin description, blueprint global variable access, settings.](https://dt.cq.cn/wp-content/uploads/2023/08/image-16.png)
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. [Unreal Engine] DTGlobalVariable Plugin description, blueprint global variable access, settings.](https://dt.cq.cn/wp-content/uploads/2023/08/image-17.png)
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. [Unreal Engine] DTGlobalVariable Plugin description, blueprint global variable access, settings.](https://dt.cq.cn/wp-content/uploads/2023/08/image-18.png)
Delete all global data.