Delegates are confusing me...

Sweet. Thanks folks!

Just a quick note, AddRaw doesn’t work with UObject Delegates, so it looks like you just use ‘AddUObject’ instead. Interestingly, you also don’t pass a variable name into Static Delegates either, only the type.