An beginner tutorial development setup on how to kickstart your own project pipeline with other artists in a small team setting.
https://dev.epicgames.com/community/learning/tutorials/lypy/unreal-engine-gltf-pipeline-solution-for-small-teams-interchange-framework-pipeline
Hey man, I’m a beginner. I don’t know why, but when I followed what you did, my result turned out like this.
Hey wind_ness, ah yes this is because when copying snippet data into Unreal Engine, the Blueprint variables are not automatically configured as they were in the original snippet. To address this, you will need to:
- Open your Interchange Blueprint.
- Open the Class Defaults panel.
- The essential variables that should be visible and unlocked are:
- Create Folder
- Set Naming Conventions
- Optimization Check
- Generate Lods
Your two rule variables Max Poly Count could be set to 150000 and Max Texture Resolution 8192
The rest of the variables ideally want them to be hidden and locked as we won’t want anyone to touch them.
1 Like
Thank you so much! Your response was so quick. I’ve learned a new skill. Thanks again!
1 Like