Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > FScriptMapHelper > FScriptMapHelper
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
FScriptMapHelper
&40;
const FMapProperty &42; InProperty,
const void &42; InMap
&41;
Remarks
Constructor, brings together a property and an instance of the property located in memory
Parameters
Name | Description |
---|---|
InProperty | The property associated with this memory |
InMap | Pointer to raw memory that corresponds to this map. This can be NULL, and sometimes is, but in that case almost all operations will crash. |