UObjectBaseUtility::HasAnyMarks

Tests an object for having ANY of a set of marks

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UObjectBaseUtility.h"

Syntax

bool HasAnyMarks
(
    EObjectMark Marks
) const

Remarks

Tests an object for having ANY of a set of marks

Returns

true if the object has any of the given marks.

Parameters

Parameter

Description

Marks

Logical OR of OBJECTMARK_'s to test

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