Navigation
BlueprintAPI > BlueprintAPI/MovieGraph
Convenience function to get a variable's string value, instead of its value container (see GetVariableValueByName()). Uses the provided default value if a variable by the given name does not exist. For variables that aren't string-typed, this provides the serialized representation of the variable value. Returns true if a variable with the provided name exists, else false.
Target is Movie Graph Evaluated Config
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| string | Variable Name | |
| string | Default Value |
Outputs
| Type | Name | Description |
|---|---|---|
| string | String Value | |
| boolean | Variable Exists |