All Projects → pafuhana1213 → AnimationPreviewer

pafuhana1213 / AnimationPreviewer

Licence: MIT license
Plug-in for previewing Animation Asset

Programming Languages

C++
36643 projects - #6 most used programming language
C#
18002 projects

Projects that are alternatives of or similar to AnimationPreviewer

UE4-Plugin-Resources
A list of community resources for Slate, Graphs, and UE4 Plugin Development.
Stars: ✭ 105 (+169.23%)
Mutual labels:  ue4, unreal-engine-4, ue4-plugin, ue4-plugins
RyansUE4Helpers
Extremely helpful helper functions for developing Blueprint and C++ projects in Unreal Engine.
Stars: ✭ 55 (+41.03%)
Mutual labels:  ue4, unreal-engine-4, ue4-plugin
UE4-Noise-BlueprintLibrary
UE4 plugin: Noise Blueprint Function Library
Stars: ✭ 25 (-35.9%)
Mutual labels:  ue4, ue4-plugin, ue4-plugins
DlgSystem
Dialogue Plugin System for Unreal Engine | 🪞 Mirror of https://bit.ly/DlgSource
Stars: ✭ 136 (+248.72%)
Mutual labels:  ue4, unreal-engine-4, ue4-plugin
modio-ue4-legacy
Unreal Engine 4 Plugin for integrating mod.io - a modding API for game developers
Stars: ✭ 83 (+112.82%)
Mutual labels:  ue4, unreal-engine-4, ue4-plugin
ProceduralDungeon
This is an Unreal Engine 4/5 plugin to generate procedural dungeon.
Stars: ✭ 95 (+143.59%)
Mutual labels:  ue4, unreal-engine-4, ue4-plugin
PsData
Flexible data model plugin for Unreal Engine 4
Stars: ✭ 34 (-12.82%)
Mutual labels:  ue4, unreal-engine-4, ue4-plugin
tsu
TypeScript plugin for Unreal Engine 4
Stars: ✭ 62 (+58.97%)
Mutual labels:  ue4, unreal-engine-4, ue4-plugin
PsWebServer
Civet web server integration plugin for Unreal Engine 4
Stars: ✭ 24 (-38.46%)
Mutual labels:  ue4, unreal-engine-4, ue4-plugin
MaRLEnE
Machine- and Reinforcement Learning ExtensioN for (game) Engines
Stars: ✭ 47 (+20.51%)
Mutual labels:  ue4, unreal-engine-4, ue4-plugin
UE4-Kdtree
UE4 Plugin: k-d tree
Stars: ✭ 48 (+23.08%)
Mutual labels:  ue4, ue4-plugin, ue4-plugins
DualSenseWindows UE4
Unreal Engine 4 port of the Windows API for the PS5 DualSense controller created at Ohjurot/DualSense-Windows
Stars: ✭ 25 (-35.9%)
Mutual labels:  ue4, ue4-plugin, ue4-plugins
LivePP
A UE4 plugin wrapper for Molecular Matter's Live++ Hot-Reloading Library
Stars: ✭ 105 (+169.23%)
Mutual labels:  ue4, ue4-plugin
DiscordGameSDK
Unofficial Unreal Engine 4 plugin for the Discord Game SDK
Stars: ✭ 20 (-48.72%)
Mutual labels:  ue4, unreal-engine-4
UE4-BYGLocalization
Simple CSV localization system for Unreal Engine 4
Stars: ✭ 54 (+38.46%)
Mutual labels:  ue4, ue4-plugin
BMeshUnreal
Based on BMesh for Unity (https://github.com/eliemichel/BMeshUnity). It provides a half-edge data structure inspired by Blender's BMesh, which makes many mesh manipulation operations simpler. Especially useful when using mesh data for logical instead of visual purposes (e.g. irregular grids)
Stars: ✭ 45 (+15.38%)
Mutual labels:  ue4, unreal-engine-4
RuntimeBPs
This project allows for visual scripting in UE4 similar to Blueprints, but at runtime. The way this is set up does not make use of any UE4 boilerplate and could with a few adjustments be used in another engine.
Stars: ✭ 77 (+97.44%)
Mutual labels:  ue4, unreal-engine-4
DataConfig
Unreal Engine JSON/MsgPack serialization framework
Stars: ✭ 81 (+107.69%)
Mutual labels:  ue4, unreal-engine-4
WakaTimeForUE4
As all the other versions of Wakatime plugins for Unreal Engine lead to blank repos, I decided to make a plugin that actually has some code in it.
Stars: ✭ 26 (-33.33%)
Mutual labels:  ue4, ue4-plugin
ue4-uitween
Unreal 4 UMG UI tweening plugin in C++
Stars: ✭ 178 (+356.41%)
Mutual labels:  ue4, unreal-engine-4

EditorUtilityWidget「AnimationPreviewer」


はじめに

UE4のマーケットプレイスで購入した大量のアニメーションをPersonaで確認してリターゲットして…という手順が大変だったので、プレビュー用のエディタ拡張 EditorUtilityWidget「AnimationPreview」を作ってみました。
Content以下にある全AnimationSequenceアセットを検出した結果をリストで表示し、その項目をクリックすることで自動検出されたSkeletalMeshを用いてアニメーションをプレビューできます。また、指定のSkeletalMeshでプレビューすることが可能です。

使い方

  1. プロジェクトのPluginsフォルダにAnimationPreviewerフォルダを入れてください


AnimationPreviewerPluginのContentにある「EUW_AnimationPreviewer」の右クリックメニュー、
または Window -> Editor Utility Widgets -> EUW_AnimationPreviewer から起動してください。
(起動するとプレビュー用のSkeletalMeshActorがレベルに自動配置されます)


抽出されたアニメーションの項目をクリックするとプレビューを開始します。


特定のSkeletalMeshでプレビューしたい場合は赤枠部分を変更してください。


なお、指定するAnimationBPのAnimGraphは上図のようになっていることを想定しています。
/Content/AnimationPreviewSample/AnimBP_AnimationAssetViewerを参考、またはリターゲットしてください。


自動検出プレビューモデルを差し替えたい場合は、ウィンドウ右上にあるリストから変更してください。

注意点

  • 本プラグインはマーケットプレイスで購入したアニメーションのプレビューを想定して製作されています。そのため、それ以外の用途で使用した場合は不具合が出る可能性があります。その際はお手数ですがその用途に適した形にカスタマイズしてください。

  • 自動検出は 「検出されたAnimationSequenceアセットを含むContent直下のフォルダ以下のSkeletamMesh」というルールで現状行っています。

  • 指定するプレビューモデルは、自動検出されたSkeletalMeshの各ボーンと同じ名前のボーンを持つSkeletalMeshである必要があります。これはCopy Pose From Meshノードが「ボーン名が同じ場合はTransformをコピーする」という仕様だからです。

動作環境

  • UE4.23

ライセンス

MIT

作者

おかず@pafuhana1213

ハッシュタグ

#UE4AnimPreviewer

履歴

2019/10/19 v1.0 公開 v1.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].