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)
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 } } }