FScriptSetHelper::FindElementPtr

Finds the pair in a map which matches the key in another pair.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UnrealType.h"

Syntax

uint8 * FindElementPtr
(
    const void * ElementToFind,
    int32 IndexHint
)

Remarks

Finds the pair in a map which matches the key in another pair.

Returns

A pointer to the found pair, or nullptr if none was found.

Parameters

Parameter

Description

PairWithKeyToFind

The address of a map pair which contains the key to search for.

IndexHint

The index to start searching from.

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