Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerInputInfo
Syntax
UPROPERTY ()
TArray < FName > BoneNames
Remarks
The name of each bone. The inputs to the network are in the order of this array. So if the array contains ["Root", "Child1", "Child2"] then the first bone transforms that we input to the neural network is the transform for "Root", followed by "Child1", followed by "Child2".