UFortUINotification > UObject
namespace Offsets { namespace Classes { // Inheritance: UFortUINotification > UObject namespace UFortMissionVoteUINotification { constexpr auto VoteType = 0x108; // EFortVoteType constexpr auto bHasVoteEnded = 0x109; // bool constexpr auto VoteResult = 0x10c; // int32_t } } }
public static class Offsets { public static class Classes { // Inheritance: UFortUINotification > UObject public static class UFortMissionVoteUINotification { public const UInt16 VoteType = 0x108; // EFortVoteType public const UInt16 bHasVoteEnded = 0x109; // bool public const UInt16 VoteResult = 0x10c; // int32_t } } }