Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
UARBaseAsyncTaskBlueprintProxy > UBlueprintAsyncActionBase > UObject
namespace Offsets { namespace Classes { // Inheritance: UARBaseAsyncTaskBlueprintProxy > UBlueprintAsyncActionBase > UObject namespace UARSaveWorldAsyncTaskBlueprintProxy { constexpr auto OnSuccess = 0x50; // FMulticastInlineDelegate constexpr auto OnFailed = 0x60; // FMulticastInlineDelegate } } }
public static class Offsets { public static class Classes { // Inheritance: UARBaseAsyncTaskBlueprintProxy > UBlueprintAsyncActionBase > UObject public static class UARSaveWorldAsyncTaskBlueprintProxy { public const byte OnSuccess = 0x50; // FMulticastInlineDelegate public const byte OnFailed = 0x60; // FMulticastInlineDelegate } } }