Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Text
Attempts to get the ID (namespace and key) used by the given text.
Target is Kismet Text Library
Inputs
| Type | Name | Description |
|---|---|---|
| text | Text |
Outputs
| Type | Name | Description |
|---|---|---|
| string | Out Namespace | |
| string | Out Key | |
| boolean | Return Value | True if the namespace (which may be empty) and key were found, false otherwise. |