Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FAttributeMappingKey
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FAttributeMappingKey MakeTo () |
Returns a new mapping key where we map from nothing to the specified value type. | UAF/ValueRuntime/AttributeMappingKey.h | |
static FAttributeMappingKey MakeTo
(
UScriptStruct* ValueType |
Returns a new mapping key where we map from nothing to the specified value type. | UAF/ValueRuntime/AttributeMappingKey.h |
MakeTo()
Description
Returns a new mapping key where we map from nothing to the specified value type.
| Name | MakeTo |
| 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 ValueType>
static FAttributeMappingKey MakeTo()
MakeTo(UScriptStruct *)
Description
Returns a new mapping key where we map from nothing to the specified value type.
| Name | MakeTo |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/AttributeMappingKey.h |
| Include Path | #include "UAF/ValueRuntime/AttributeMappingKey.h" |
static FAttributeMappingKey MakeTo
(
UScriptStruct * ValueType
)