# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/animating-prop-movement-3-translating-props-in-verse
# Local doc: epic-docs/documentation/en-us/fortnite/animating-prop-movement-3-translating-props-in-verse.md
# Section: Making Props That Translate
# A prop that moves (translates) toward either a Creative prop target
# or a position in world space.
translating_prop<public> := class<concrete>(movable_prop):
Verse Library
verse
01 Making Props That Translate
Defines a concrete class inheriting from a movable prop for position updates.
extracted-snippets/documentation/en-us/fortnite/animating-prop-movement-3-translating-props-in-verse/01-making-props-that-translate.verse