Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
| Type | Name | Description | |
|---|---|---|---|
| TAttribute< T > | MakeAttributeRaw
(
SourceType* InObject, |
Helper function for creating TAttributes from a non-const member function pointer, accessed through a raw pointer | |
| TAttribute< T > | MakeAttributeRaw
(
const SourceType* InObject, |
Helper function for creating TAttributes from a const member function pointer, accessed through a raw pointer |