FScriptArrayHelper::GetRawPtr

Returns a uint8 pointer to an element in the array

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UnrealType.h"

Syntax

uint8 * GetRawPtr
(
    int32 Index
)

Remarks

Returns a uint8 pointer to an element in the array

Returns

Pointer to this element, or NULL if the array 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