Navigation
Unreal Engine Blueprint API Reference > Datasmith > Scene
Get the value associated with the given key of the metadata element associated with the given object.
Target is Datasmith Scene Element Base
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
object | Object | The Object that is associated with the metadata element of interest. |
string | Key | The key to find in the metadata element. |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
string | Return Value | The string value associated with the given key |