UNPKG

unreal.js

Version:

A pak reader for games like VALORANT & Fortnite written in Node.JS

6 lines (5 loc) 218 B
import { FVector } from "../../../ue4/objects/core/math/FVector"; import { MaterialParamName } from "./MaterialParamName"; export declare class VectorParamVariant extends MaterialParamName { Value: FVector; }