Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FAttributeMappingKey
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FAttributeMappingKey MakeFromTo () |
Returns a new mapping key where we map onto itself. | UAF/ValueRuntime/AttributeMappingKey.h | |
static FAttributeMappingKey MakeFromTo () |
Returns a new mapping key where we map from the specified attribute type to the specified value type. | UAF/ValueRuntime/AttributeMappingKey.h | |
static FAttributeMappingKey MakeFromTo
(
UScriptStruct* AttributeAndValueType |
Returns a new mapping key where we map onto itself. | UAF/ValueRuntime/AttributeMappingKey.h | |
static FAttributeMappingKey MakeFromTo
(
UScriptStruct* FromAttributeType, |
Returns a new mapping key where we map from the specified attribute type to the specified value type. | UAF/ValueRuntime/AttributeMappingKey.h |
MakeFromTo()
Description
Returns a new mapping key where we map onto itself.
| Name | MakeFromTo |
| 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 AttributeAndValueType>
static FAttributeMappingKey MakeFromTo()
MakeFromTo()
Description
Returns a new mapping key where we map from the specified attribute type to the specified value type.
| Name | MakeFromTo |
| 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, class ToValueType>
static FAttributeMappingKey MakeFromTo()
MakeFromTo(UScriptStruct *)
Description
Returns a new mapping key where we map onto itself.
| Name | MakeFromTo |
| 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 MakeFromTo
(
UScriptStruct * AttributeAndValueType
)
MakeFromTo(UScriptStruct , UScriptStruct )
Description
Returns a new mapping key where we map from the specified attribute type to the specified value type.
| Name | MakeFromTo |
| 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 MakeFromTo
(
UScriptStruct * FromAttributeType,
UScriptStruct * ToValueType
)