Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/TAttribute
| Type | Name | Description | |
|---|---|---|---|
| TAttribute | CreateStatic
(
TIdentity_T< typename FGetter::template TFuncPtr< VarTypes... > > InFuncPtr, |
Creates an attribute by binding an arbitrary function that will be called to generate this attribute's value on demand. | |
| TAttribute | CreateStatic
(
FuncPtrType&& InFuncPtr, |
Creates an attribute by binding an arbitrary function that will be called to generate this attribute's value on demand. |