Notification Result

The Notification Result struct is the plugins consistant way of communicating errors back to you.

When interacting with the plugin, most nodes perform safety checks and will report any issues back to you in this format.

FNotificationResult

Field Type Description
bResult bool A boolean indicating whether or not a failure has occurred.
FailureReason FString If there is a failure, this will contain a description of the failure.