Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerInputInfo
Syntax
UPROPERTY&40;&41;
TArray< FName > CurveNames
Remarks
The name of each curve. The inputs to the network are in the order of this array. So if the array contains ["Smile", "LeftEyeClosed", "RightEyeClosed"] then the first curve that we input to the neural network is the one for "Smile", followed by "LeftEyeClosed", followed by "RightEyeClosed".