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)
UDeveloperSettings > UObject
Default debug camera controller settings.
namespace Offsets { namespace Classes { // Inheritance: UDeveloperSettings > UObject namespace UDebugCameraControllerSettings { constexpr auto CycleViewModes = 0x38; // TArray<FDebugCameraControllerSettingsViewModeIndex> } } }
public static class Offsets { public static class Classes { // Inheritance: UDeveloperSettings > UObject public static class UDebugCameraControllerSettings { public const byte CycleViewModes = 0x38; // TArray<FDebugCameraControllerSettingsViewModeIndex> } } }