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 &42; GetValueAddressAtIndex_Direct
&40;
const FProperty &42; Inner,
void &42; InValueAddress,
int32 Index
&41; 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 |