Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FAttributeMappingKey
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr FAttributeMappingKey () |
Creates a default mapping key which will have the smallest value possible (aka zero) | UAF/ValueRuntime/AttributeMappingKey.h | |
constexpr FAttributeMappingKey
(
UScriptStruct* AttributeAndValueType |
Creates a mapping key from the specified type which maps onto itself. | UAF/ValueRuntime/AttributeMappingKey.h | |
constexpr FAttributeMappingKey
(
UScriptStruct* AttributeType, |
Creates a mapping key from the specified values. | UAF/ValueRuntime/AttributeMappingKey.h |
FAttributeMappingKey()
Description
Creates a default mapping key which will have the smallest value possible (aka zero)
| Name | FAttributeMappingKey |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/AttributeMappingKey.h |
| Include Path | #include "UAF/ValueRuntime/AttributeMappingKey.h" |
constexpr FAttributeMappingKey()
FAttributeMappingKey(UScriptStruct *)
Description
Creates a mapping key from the specified type which maps onto itself.
| Name | FAttributeMappingKey |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/AttributeMappingKey.h |
| Include Path | #include "UAF/ValueRuntime/AttributeMappingKey.h" |
constexpr FAttributeMappingKey
(
UScriptStruct * AttributeAndValueType
)
FAttributeMappingKey(UScriptStruct , UScriptStruct )
Description
Creates a mapping key from the specified values.
| Name | FAttributeMappingKey |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/AttributeMappingKey.h |
| Include Path | #include "UAF/ValueRuntime/AttributeMappingKey.h" |
constexpr FAttributeMappingKey
(
UScriptStruct * AttributeType,
UScriptStruct * ValueType
)