taqu / SimpleAnimation

Simple animation component for Unreal Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Animation

Simply decode 1 pose transform from UAnimationSequence and set to USceneComponent. Useful for root animation of UStaticMeshComponent, or any other USceneComponent's descendants.

Usage

Copy SimpleAnimationComponent.h and SimpleAnimationComponent.cpp, then modify ANIMDEV_API to your own module's API definition.

License

This software is distributed under two licenses 'The MIT License' or 'Public Domain', choose whichever you like.

About

Simple animation component for Unreal Engine

License:Other


Languages

Language:C++ 74.5%Language:C# 24.1%Language:C 1.4%