StatusCodeEnum Helpers
These are various BlueprintAutocasts to help you convert between EErrorCodes and other types.
Conv_IntToErrorCode
Conv_ErrorCodeToInt
This will convert to true
if the code is EmergenceOk
, otherwise will be false
. Useful for putting after a call to the EVM server to see if code should continue to read the output or whether an error should be handled.
Conv_ErrorCodeToBool
Last updated