FScriptSetHelper::GetElementPtr

Returns a uint8 pointer to the element in the set.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h

Include

#include "UObject/UnrealType.h"

Syntax

uint8 * GetElementPtr
(
    int32 Index
)

Remarks

Returns a uint8 pointer to the element in the set.

Returns

Pointer to the element, or nullptr if the set is empty.

Parameters

Parameter

Description

Index

index of the item to return a pointer to.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss