AnimObject

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Type: ANIO
Papyrus: None

AnimObjects represent props that will be created and used as part of an animation, typically an idle animation. For example, the hoe used in the raking idle animation is an AnimObject. The AnimObject object is found within the Object Window under the Miscellaneous Category.

Editor Dialog[edit | edit source]

AnimObject Editor.png

  • ID: The ID, also referred to as Editor ID, is used by the Creation Kit to uniquely identify this record within a Data File.
  • Model: The 3D Model File that will be used when this object is placed in the game world.
  • Unload Event The event that will be sent by the animation when the object needs to be removed.
    • Behavior graph filter:

See Also[edit | edit source]