QOTD: What is a less known feature in a certain game engine / framework / etc. that more people should know about? Ategon ( @Ategon@programming.dev ) M Game Development@programming.devEnglish • 1 year ago message-square3fedilinkarrow-up121
arrow-up121message-squareQOTD: What is a less known feature in a certain game engine / framework / etc. that more people should know about? Ategon ( @Ategon@programming.dev ) M Game Development@programming.devEnglish • 1 year ago message-square3fedilink
minus-square soulsource ( @soulsource@discuss.tchncs.de ) linkfedilink3•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.