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)
UMovieSceneNameableTrack > UMovieSceneTrack > UMovieSceneSignedObject > UObject
Handles manipulation of CameraCut properties in a movie scene.
namespace Offsets { namespace Classes { // Inheritance: UMovieSceneNameableTrack > UMovieSceneTrack > UMovieSceneSignedObject > UObject namespace UMovieSceneCameraCutTrack { constexpr auto bCanBlend = 0x58; // bool constexpr auto Sections = 0x60; // TArray<UMovieSceneSection*> } } }
public static class Offsets { public static class Classes { // Inheritance: UMovieSceneNameableTrack > UMovieSceneTrack > UMovieSceneSignedObject > UObject public static class UMovieSceneCameraCutTrack { public const byte bCanBlend = 0x58; // bool public const byte Sections = 0x60; // TArray<UMovieSceneSection*> } } }