Code Monkey home page Code Monkey logo

fileconverters's Introduction

GLTF EXPORTER MOVED TO

https://github.com/FF-Plugins-Active/MeshOperations

FILE DIALOGS MOVED TO

FileConverters

Target Platform: Windows (both editor runtime and packaged runtime)
Unreal Version: Unreal Engine 5 and up (feel free to fork and convert it to UE4)

FEATURES:

  • Runtime GLTF static mesh exporter (it works on packaged projects, too)
  • Runtime file selection dialog
    • Multiple selection with string array
    • Async (it doesn't block game thread even if you open a dialog)
    • Extension filtering
    • Start path selection
    • You can change dialog title
    • You can change "Ok" button title
    • Runtime folder selection
  • Runtime Save Dialog
    • Async (it doesn't block game thread even if you open a dialog)
    • Save extension selection
    • Start path selection
    • You can change dialog title
    • You can change "Ok" button title
  • Some other functions (CMD CLI helpers) for in-house usages.

HINTS:
You can find sample nodes and their usages in Plugins/FileConverters Content/BPs/BP_Template_FileConverters.
You need to open Plugins folder from "Content Browser" settings at the bottom of editor.
You can use both normalized and platform paths on "In Default Path" inputs. System converts it to platform path (Windows) itself.
Normalized paths use "/" as delimeter.
Windows Platform uses "\" as delimeter.

WARNING:
THIS IS NOT A RUNTIME IMPORT LIBRARY ! THIS ONLY GIVES SELECTED FILES' OR FOLDER'S PATH !
WE HAVE NECESSARY LIBRARIES TO IMPORT CAD FILES, SO WE USED THEM IN OUR SAMPLE.
YOU NEED TO CREATE YOUR OWN MECHANICS TO USE (IMPORT) THAT FILES !

File Selection Sample Blueprint
FileSelection

Save Dialog Sample Blueprint
SaveDialog

fileconverters's People

Contributors

ffreality avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.