Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

ynput/avalon-unreal-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avalon Unreal Integration plugin

This is plugin for Unreal Editor, creating menu for Avalon tools to run.

This is basically workaround - Unreal cannot create main menu through its Python and the only way I found so far is by using Unreal Editor plugin to do this job and then call functions in python to do the real work.

How does this work

Plugin is creating basic menu items in Window/Avalon section of Unreal Editor main menu. Clicking on those menu items is calling callbacks that are declared in c++ but needs to be implemented during Unreal Editor startup in Plugins/Avalon/Content/Python/init_unreal.py - this should be executed by Unreal Editor automatically.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published