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)
ACameraActor > AActor > UObject
A CineCameraActor is a CameraActor specialized to work like a cinematic camera.
namespace Offsets { namespace Classes { // Inheritance: ACameraActor > AActor > UObject namespace ACineCameraActor { constexpr auto LookatTrackingSettings = 0x790; // FCameraLookatTrackingSettings } } }
public static class Offsets { public static class Classes { // Inheritance: ACameraActor > AActor > UObject public static class ACineCameraActor { public const UInt16 LookatTrackingSettings = 0x790; // FCameraLookatTrackingSettings } } }