Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TProperty
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TCppType const * GetPropertyValuePtr_InContainer
(
void const* A, |
Convert the address of a container to the address of the property value, in the proper type | UObject/UnrealType.h | |
TCppType * GetPropertyValuePtr_InContainer
(
void* A, |
Convert the address of a container to the address of the property value, in the proper type | UObject/UnrealType.h |
GetPropertyValuePtr_InContainer(void const *, int32)
Description
Convert the address of a container to the address of the property value, in the proper type
| Name | GetPropertyValuePtr_InContainer |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
TCppType const * GetPropertyValuePtr_InContainer
(
void const * A,
int32 ArrayIndex
) const
GetPropertyValuePtr_InContainer(void *, int32)
Description
Convert the address of a container to the address of the property value, in the proper type
| Name | GetPropertyValuePtr_InContainer |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
TCppType * GetPropertyValuePtr_InContainer
(
void * A,
int32 ArrayIndex
) const