Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPropertyBagPropertyDesc
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
StructUtils/PropertyBag.h |
|
|
|
StructUtils/PropertyBag.h |
|
|
|
StructUtils/PropertyBag.h |
|
|
|
StructUtils/PropertyBag.h |
|
|
|
StructUtils/PropertyBag.h |
|
FPropertyBagPropertyDesc()
| |
|
| Name |
FPropertyBagPropertyDesc |
| Type |
function |
| Header File |
/Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBag.h |
| Include Path |
#include "StructUtils/PropertyBag.h" |
FPropertyBagPropertyDesc()
FPropertyBagPropertyDesc(const FName, const FProperty *)
| |
|
| Name |
FPropertyBagPropertyDesc |
| Type |
function |
| Header File |
/Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBag.h |
| Include Path |
#include "StructUtils/PropertyBag.h" |
| Source |
/Engine/Source/Runtime/CoreUObject/Private/StructUtils/PropertyBag.cpp |
FPropertyBagPropertyDesc
(
const FName InName,
const FProperty * InSourceProperty
)
FPropertyBagPropertyDesc(const FName, const EPropertyBagPropertyType, const UObject *)
| |
|
| Name |
FPropertyBagPropertyDesc |
| Type |
function |
| Header File |
/Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBag.h |
| Include Path |
#include "StructUtils/PropertyBag.h" |
FPropertyBagPropertyDesc
(
const FName InName,
const EPropertyBagPropertyType InValueType,
const UObject * InValueTypeObject
)
FPropertyBagPropertyDesc(const FName, const EPropertyBagContainerType, const EPropertyBagPropertyType, const UObject *, EPropertyFlags)
| |
|
| Name |
FPropertyBagPropertyDesc |
| Type |
function |
| Header File |
/Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBag.h |
| Include Path |
#include "StructUtils/PropertyBag.h" |
FPropertyBagPropertyDesc
(
const FName InName,
const EPropertyBagContainerType InContainerType,
const EPropertyBagPropertyType InValueType,
const UObject * InValueTypeObject,
EPropertyFlags InPropertyFlags
)
FPropertyBagPropertyDesc(const FName, const FPropertyBagContainerTypes &, const EPropertyBagPropertyType, UObject *, EPropertyFlags)
| |
|
| Name |
FPropertyBagPropertyDesc |
| Type |
function |
| Header File |
/Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBag.h |
| Include Path |
#include "StructUtils/PropertyBag.h" |
FPropertyBagPropertyDesc
(
const FName InName,
const FPropertyBagContainerTypes & InNestedContainers,
const EPropertyBagPropertyType InValueType,
UObject * InValueTypeObject,
EPropertyFlags InPropertyFlags
)