- Found in:
- RaceMenu
voidfunctionSetNodeDestination(ObjectReferenceakRef, boolfirstPerson, boolisFemale, stringnodeName, stringdestination)NativeGlobal
Description
Documentation Comment
These function parts move a node to be a child of the destination node
Moves a node from one the current parent to another, there can only be ONE of these overrides, call UpdateNodeTransform
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference myObjectReference__akRef
bool myBool__firstPerson
bool myBool__isFemale
string myString__nodeName
string myString__destination
NiOverride.SetNodeDestination(myObjectReference__akRef, myBool__firstPerson, myBool__isFemale, myString__nodeName, myString__destination)