Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FAttributeMappingKey
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns a new mapping key where we map from the specified attribute type. | UAF/ValueRuntime/AttributeMappingKey.h | ||
FAttributeMappingKey From
(
UScriptStruct* FromAttributeType |
Returns a new mapping key where we map from the specified attribute type. | UAF/ValueRuntime/AttributeMappingKey.h |
From()
Description
Returns a new mapping key where we map from the specified attribute type.
| Name | From |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/AttributeMappingKey.h |
| Include Path | #include "UAF/ValueRuntime/AttributeMappingKey.h" |
template<class FromAttributeType>
FAttributeMappingKey From() const
From(UScriptStruct *)
Description
Returns a new mapping key where we map from the specified attribute type.
| Name | From |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/AttributeMappingKey.h |
| Include Path | #include "UAF/ValueRuntime/AttributeMappingKey.h" |
FAttributeMappingKey From
(
UScriptStruct * FromAttributeType
) const