what are unreal script delegates and what are for ?
Delegates allow you to delegate functions for callbacks: http://api.unrealengine.com/udk/Three/UnrealScriptDelegates.html
I use delegates for assigning function callbacks from my AS3 frontend to Unrealscript GFX functions.
ok thanks for the example.