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)
UAITask > UGameplayTask > UObject
Parameters of move request
namespace Offsets { namespace Classes { // Inheritance: UAITask > UGameplayTask > UObject namespace UAITask_MoveTo { constexpr auto OnRequestFailed = 0x70; // FMulticastInlineDelegate constexpr auto OnMoveFinished = 0x80; // FMulticastInlineDelegate constexpr auto MoveRequest = 0x90; // FAIMoveRequest } } }
public static class Offsets { public static class Classes { // Inheritance: UAITask > UGameplayTask > UObject public static class UAITask_MoveTo { public const byte OnRequestFailed = 0x70; // FMulticastInlineDelegate public const byte OnMoveFinished = 0x80; // FMulticastInlineDelegate public const byte MoveRequest = 0x90; // FAIMoveRequest } } }