ULevelStreaming > UObject
LevelStreamingDynamic Dynamically controlled streaming implementation.
namespace Offsets { namespace Classes { // Inheritance: ULevelStreaming > UObject namespace ULevelStreamingDynamic { constexpr auto bInitiallyLoaded = 0x148; // char : 1 constexpr auto bInitiallyVisible = 0x148; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: ULevelStreaming > UObject public static class ULevelStreamingDynamic { public const UInt16 bInitiallyLoaded = 0x148; // char : 1 public const UInt16 bInitiallyVisible = 0x148; // char : 1 } } }