Set UObject Delegate for TAttribute<T>
By default, TAttribute<T> can create the following:
Lambda
Raw
SP
Static
But the UFunction and UObject delegates need extra bullshit.
Either, the TAttribute has to be pre-initialised:
Or, it can be created inline by using the basic “Create” and then a “FGetter”:
Example from Osero Suite: Plugin Sync Tool using TAttribute<FSlateColor>:
Last updated