Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FAttributeMappingKey
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FAttributeMappingKey MakeFrom () |
Returns a new mapping key where we map from the specified attribute type to nothing. | UAF/ValueRuntime/AttributeMappingKey.h | |
static FAttributeMappingKey MakeFrom
(
UScriptStruct* AttributeType |
Returns a new mapping key where we map from the specified attribute type to nothing. | UAF/ValueRuntime/AttributeMappingKey.h |
MakeFrom()
Description
Returns a new mapping key where we map from the specified attribute type to nothing.
| Name | MakeFrom |
| 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 AttributeType>
static FAttributeMappingKey MakeFrom()
MakeFrom(UScriptStruct *)
Description
Returns a new mapping key where we map from the specified attribute type to nothing.
| Name | MakeFrom |
| 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 MakeFrom
(
UScriptStruct * AttributeType
)