Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FMapProperty
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMapProperty
(
UField* InField |
UObject/UnrealType.h | ||
FMapProperty
(
EInternal InInernal, |
UObject/UnrealType.h | ||
FMapProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | UObject/UnrealType.h | |
FMapProperty
(
FFieldVariant InOwner, |
UObject/UnrealType.h |
FMapProperty(UField *)
| Name | FMapProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyMap.cpp |
FMapProperty
(
UField * InField
)
FMapProperty(EInternal, FFieldClass *)
| Name | FMapProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
FMapProperty
(
EInternal InInernal,
FFieldClass * InClass
)
FMapProperty(FFieldVariant, const UECodeGen_Private::FMapPropertyParams &)
Description
Constructor used for constructing compiled in properties
| Name | FMapProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyMap.cpp |
FMapProperty
(
FFieldVariant InOwner,
const UECodeGen_Private::FMapPropertyParams & Prop
)
Parameters
| Name | Remarks |
|---|---|
| InOwner | Owner of the property |
| PropBase | Pointer to the compiled in structure describing the property |
FMapProperty(FFieldVariant, const FName &, EObjectFlags, EMapPropertyFlags)
| Name | FMapProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyMap.cpp |
FMapProperty
(
FFieldVariant InOwner,
const FName & InName,
EObjectFlags InObjectFlags,
EMapPropertyFlags InMapFlags
)