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)
UObject
Pointer to the player that's playing back this director's sequence
namespace Offsets { namespace Classes { // Inheritance: UObject namespace ULevelSequenceDirector { constexpr auto Player = 0x28; // ULevelSequencePlayer* constexpr auto SubSequenceID = 0x30; // int32_t constexpr auto MovieScenePlayerIndex = 0x34; // int32_t } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class ULevelSequenceDirector { public const byte Player = 0x28; // ULevelSequencePlayer* public const byte SubSequenceID = 0x30; // int32_t public const byte MovieScenePlayerIndex = 0x34; // int32_t } } }