ObjectHasAllMarks

Tests an object for having ALL of a set of marks

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UObjectMarks.h"

Source

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

Syntax

bool ObjectHasAllMarks
(
    const class UObjectBase * Object,
    EObjectMark Marks
)

Remarks

Tests an object for having ALL of a set of marks

Returns

true if the object has any of the given marks.

Parameters

Parameter

Description

Object

Object to test marks on

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