by Lucien | Oct 4, 2019 | Blueprints, C++, Project Settings, Tutorial, UE4
You can easily install custom plugins to Ue4. To clean your Ue4 project from any gunk from code start following on step 5. Close Ue4 and Visual Studio Go to your project folder where your .uproject is Create a folder named Plugins in that folder put your plugin... by Lucien | Oct 4, 2019 | Blueprints, C++, Debugging, Tutorial, UE4
Special Thanks to The Frank–Ratchye STUDIO for Creative Inquiry at Carnegie Mellon University Source Control is amazing because if you mess up your work you can revert to an earlier state. It is a backup. Before we start, I suggest you have your entire Ue4... by Lucien | Oct 4, 2019 | Tutorial, UE4
Special Thanks to The Frank–Ratchye STUDIO for Creative Inquiry at Carnegie Mellon University Are you tired of adding in your player character and configuring the blueprint to control it? You could do it better and faster through player start! Click the... by Lucien | Oct 2, 2019 | UE4
Special Thanks to The Frank–Ratchye STUDIO for Creative Inquiry at Carnegie Mellon University If you have textures that work perfectly fine PC, but not on android devices it’s the default texture this is why Warning: Failed to compile Materials /XXX,... by Lucien | Sep 27, 2019 | Tutorial, UE4
Special Thanks to The Frank–Ratchye STUDIO for Creative Inquiry at Carnegie Mellon University Right-click inside a folder or on your desktop, create a new text file Rename that text file to any name you’d like, but replace the “.txt” with... by Lucien | Jul 21, 2019 | Collisions, Project Settings, UE4
Here’s how you can add a new collision channel, like WorldStatic, Pawn, etc. It can be added through editor – Edit – Project Settings – Collision In the collision presets tab of any collider, you will find your new Collision Responses. This...