UMetaData::FindValue

Returns the value for a the given key if it exists, null otherwise

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/MetaData.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/MetaData.cpp

Syntax

const FString * FindValue
(
    const UObject * Object,
    const TCHAR * Key
)

Remarks

Returns the value for a the given key if it exists, null otherwise

Returns

true if found

Parameters

Parameter

Description

Object

the object to lookup the metadata for

Key

The key to query for existence

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