Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | UMapProperty |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealTypePrivate.h |
| Include Path | #include "UObject/UnrealTypePrivate.h" |
Syntax
UCLASS (Config=Engine)
class UMapProperty : public UProperty
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UField → UProperty → UMapProperty
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMapProperty
(
const FObjectInitializer& ObjectInitializer |
UObject/UnrealTypePrivate.h | ||
UMapProperty
(
const FObjectInitializer& ObjectInitializer, |
UObject/UnrealTypePrivate.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| KeyProp | TObjectPtr< UProperty > | Properties representing the key type and value type of the contained pairs. | UObject/UnrealTypePrivate.h |
|
| MapLayout | FScriptMapLayout | UObject/UnrealTypePrivate.h |
|
|
| ValueProp | TObjectPtr< UProperty > | UObject/UnrealTypePrivate.h |
|
Functions
Public
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Handles reading, writing, and reference collecting using FArchive. | UObject/UnrealTypePrivate.h |