FScriptMapHelper::GetPairPtr

Returns a uint8 pointer to the pair in the map.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UnrealType.h"

Syntax

const uint8 * GetPairPtr
(
    int32 Index
) const

Remarks

Returns a uint8 pointer to the pair in the map.

Returns

Pointer to the pair, or nullptr if the map 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