UMetaData::HasValue

Return whether or not the Key is in the meta data

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

bool HasValue
(
    const UObject * Object,
    FName Key
)

Remarks

Return whether or not the Key is in the meta data

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