BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/Metadata
Get the value associated with the given tag of a loaded asset's metadata.
Target is Editor Asset Library
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Object | The object from which to retrieve the metadata. |
name | Tag | The tag to find in the metadata. |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
string | Return Value | The string value associated with the tag. |