Material Shader Animation in UE4 (Rendering 100s of objects, comparison vs. AnimBPs)

Source Code: TABLE OF CONTENTS 00:00 Introduction 00:12 Fly Skeletal Mesh Setup (Animation Blueprint) 00:44 Fly Material Setup (Shader Animation) 01:52 Performance FPS Results 03:21 Using the UE4 Profiler 04:07 Profiler Results Today we’re comparing using material shader tricks versus traditional animation blueprints to animate flies in our Unreal Engine scene. We find out how much more performant the material shader method is, by loading a scene wi
Back to Top