Ategon@programming.devM to Game Development@programming.devEnglish · 2 years agoQOTD: What is a less known feature in a certain game engine / framework / etc. that more people should know about?message-squaremessage-square3fedilinkarrow-up128arrow-down11
arrow-up127arrow-down1message-squareQOTD: What is a less known feature in a certain game engine / framework / etc. that more people should know about?Ategon@programming.devM to Game Development@programming.devEnglish · 2 years agomessage-square3fedilink
minus-squaresoulsourcelinkfedilinkarrow-up4·2 years agoUnreal’s Dynamic Delegates are very limited. If you don’t need to expose delegates to Blueprint, use normal (non-dynamic) delegates instead. Not only are they faster, they have tons of features that are not available on dynamic delegates.
Unreal’s Dynamic Delegates are very limited. If you don’t need to expose delegates to Blueprint, use normal (non-dynamic) delegates instead. Not only are they faster, they have tons of features that are not available on dynamic delegates.