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
InterpFilter: Filter class for filtering matinee groups. By default no groups are filtered.
Caption for this filter.
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UInterpFilter { constexpr auto Caption = 0x28; // FString } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UInterpFilter { public const byte Caption = 0x28; // FString } } }