Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FSetProperty
Description
Helper function to get the pointer to an element at the specified index. Used by the garbage collector where for performance reasons the provided set pointer is not guarded
| Name | GetElementPtr |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
uint8 * GetElementPtr
(
void * InSet,
int32 InternalIndex
) const