UDeveloperSettings > UObject
namespace Offsets { namespace Classes { // Inheritance: UDeveloperSettings > UObject namespace UMoviePipelineInProcessExecutorSettings { constexpr auto bCloseEditor = 0x38; // bool constexpr auto AdditionalCommandLineArguments = 0x40; // FString constexpr auto InheritedCommandLineArguments = 0x50; // FString constexpr auto InitialDelayFrameCount = 0x60; // int32_t } } }
public static class Offsets { public static class Classes { // Inheritance: UDeveloperSettings > UObject public static class UMoviePipelineInProcessExecutorSettings { public const byte bCloseEditor = 0x38; // bool public const byte AdditionalCommandLineArguments = 0x40; // FString public const byte InheritedCommandLineArguments = 0x50; // FString public const byte InitialDelayFrameCount = 0x60; // int32_t } } }