Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FUnboundValueMap
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default construction for an empty map. | UAF/ValueRuntime/UnboundValueMap.h | ||
| UAF/ValueRuntime/UnboundValueMap.h | |||
FUnboundValueMap
(
const FUnboundValueMap& |
UAF/ValueRuntime/UnboundValueMap.h | ||
FUnboundValueMap
(
UScriptStruct* ValueType, |
Constructs a map but does not allocate its memory, derived types are responsible for it. | UAF/ValueRuntime/UnboundValueMap.h |
FUnboundValueMap()
Description
Default construction for an empty map.
| Name | FUnboundValueMap |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/UnboundValueMap.h |
| Include Path | #include "UAF/ValueRuntime/UnboundValueMap.h" |
FUnboundValueMap()
FUnboundValueMap(FUnboundValueMap &&)
| Name | FUnboundValueMap |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/UnboundValueMap.h |
| Include Path | #include "UAF/ValueRuntime/UnboundValueMap.h" |
FUnboundValueMap
(
FUnboundValueMap &&
)
FUnboundValueMap(const FUnboundValueMap &)
| Name | FUnboundValueMap |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/UnboundValueMap.h |
| Include Path | #include "UAF/ValueRuntime/UnboundValueMap.h" |
FUnboundValueMap
(
const FUnboundValueMap &
)
FUnboundValueMap(UScriptStruct *, FReallocFun, int32)
Description
Constructs a map but does not allocate its memory, derived types are responsible for it.
| Name | FUnboundValueMap |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/UnboundValueMap.h |
| Include Path | #include "UAF/ValueRuntime/UnboundValueMap.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/UAF/ValueRuntime/UnboundValueMap.cpp |
FUnboundValueMap
(
UScriptStruct * ValueType,
FReallocFun ReallocFun,
int32 ContainerSize
)