Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FProperty
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Property.cpp |
virtual void * GetValueAddressAtIndex_Direct
(
const FProperty * Inner,
void * InValueAddress,
int32 Index
) const
Remarks
Gets value address at given index inside of a static array or container address of the value at given index
Parameters
| Name | Description |
|---|---|
| InValueAddress | address of the value represented by this property |
| Index | into the static array or container |