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)
UMaterialExpression > UObject
A material expression that maps viewport UVs to AR passthrough camera UVs taking into account aspect ratio and device rotation.
namespace Offsets { namespace Classes { // Inheritance: UMaterialExpression > UObject namespace UMaterialExpressionMapARPassthroughCameraUV { constexpr auto Coordinates = 0x40; // FExpressionInput } } }
public static class Offsets { public static class Classes { // Inheritance: UMaterialExpression > UObject public static class UMaterialExpressionMapARPassthroughCameraUV { public const byte Coordinates = 0x40; // FExpressionInput } } }