AtegonMA to Game DevelopmentEnglish · 1 year 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?AtegonMA to Game DevelopmentEnglish · 1 year agomessage-square3fedilink
minus-squaresoulsource@discuss.tchncs.delinkfedilinkarrow-up4·1 year 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.