- Found in:
- RaceMenu
voidfunctionUpdateNodeTransform(ObjectReferenceakRef, boolfirstPerson, boolisFemale, stringnodeName)NativeGlobal
Description
Documentation Comment
Updates and computes a particular node's transformation override
Use this after changing a particular override
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference myObjectReference__akRef
bool myBool__firstPerson
bool myBool__isFemale
string myString__nodeName
NiOverride.UpdateNodeTransform(myObjectReference__akRef, myBool__firstPerson, myBool__isFemale, myString__nodeName)