FScriptMapHelper::GetValuePtr

Returns a uint8 pointer to the Value (second element) in the map.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UnrealType.h"

Syntax

uint8 * GetValuePtr
(
    int32 Index
)

Remarks

Returns a uint8 pointer to the Value (second element) in the map.

Returns

Pointer to the value, 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