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 to the specified value type. | UAF/ValueRuntime/AttributeMappingKey.h | ||
FAttributeMappingKey To
(
UScriptStruct* ToValueType |
Returns a new mapping key where we map to the specified value type. | UAF/ValueRuntime/AttributeMappingKey.h |
To()
Description
Returns a new mapping key where we map to the specified value type.
| Name | To |
| 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 ToValueType>
FAttributeMappingKey To() const
To(UScriptStruct *)
Description
Returns a new mapping key where we map to the specified value type.
| Name | To |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/AttributeMappingKey.h |
| Include Path | #include "UAF/ValueRuntime/AttributeMappingKey.h" |
FAttributeMappingKey To
(
UScriptStruct * ToValueType
) const