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)
UInterpTrack > UObject
Array of booleans to set.
Name of property in Group AActor which this track will modify over time.
namespace Offsets { namespace Classes { // Inheritance: UInterpTrack > UObject namespace UInterpTrackBoolProp { constexpr auto BoolTrack = 0x70; // TArray<FBoolTrackKey> constexpr auto PropertyName = 0x80; // FName } } }
public static class Offsets { public static class Classes { // Inheritance: UInterpTrack > UObject public static class UInterpTrackBoolProp { public const byte BoolTrack = 0x70; // TArray<FBoolTrackKey> public const byte PropertyName = 0x80; // FName } } }