Navigation
BlueprintAPI > BlueprintAPI/AsyncMessages > BlueprintAPI/AsyncMessages/Debug
Gets the given message's callstack of when and where it was queued from in blueprints/script
Note: bShouldRecordQueueCallstackOnMessages must be enabled in the project settings for this to have accurate data
Target is Async Message System Blueprint Library
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Message | The async message to get the callstack of to determine when and where it was queued. |
Outputs
| Type | Name | Description |
|---|---|---|
| string | Return Value | The script callstack of where the message was queued from |