Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/TAttribute > API/Runtime/Core/Misc/TAttribute/Create
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/Attribute.h |
| Include | #include "Misc/Attribute.h" |
static TAttribute Create
(
const FGetter & InGetter
)
Remarks
Static: Creates an attribute that's pre-bound to the specified 'getter' delegate
Parameters
| Name | Description |
|---|---|
| InGetter | Delegate to bind |