UFortAthenaAIRuntimeParameters > UObject
namespace Offsets { namespace Classes { // Inheritance: UFortAthenaAIRuntimeParameters > UObject namespace UFortAthenaAIRuntimeParameters_AIBotLoopSettings { constexpr auto bSpawnOutsideTheLoop = 0x30; // char : 1 constexpr auto bRespawnOustideTheLoop = 0x30; // char : 1 constexpr auto bRemoveInvulnerabilityOutsideSafeZone = 0x30; // char : 1 constexpr auto bDisableSpecialActorComponentUntilRespawn = 0x30; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UFortAthenaAIRuntimeParameters > UObject public static class UFortAthenaAIRuntimeParameters_AIBotLoopSettings { public const byte bSpawnOutsideTheLoop = 0x30; // char : 1 public const byte bRespawnOustideTheLoop = 0x30; // char : 1 public const byte bRemoveInvulnerabilityOutsideSafeZone = 0x30; // char : 1 public const byte bDisableSpecialActorComponentUntilRespawn = 0x30; // char : 1 } } }