Navigation
Unreal Engine Blueprint API Reference > Datasmith User Data
Get the value of the given key for the Datasmith User Data of the given object.
Target is Datasmith Content Blueprint Library
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Object | The Object from which to retrieve the Datasmith User Data. |
name | Key | The key to find in the Datasmith User Data. |
boolean | Partial Match Key |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
string | Return Value | The string value associated with the given key |