Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UObjectBaseUtility
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h |
| Include | #include "UObject/UObjectBaseUtility.h" |
bool HasAllMarks
(
EObjectMark Marks
) const
Remarks
Tests an object for having ALL of a set of marks true if the object has any of the given marks.
Parameters
| Name | Description |
|---|---|
| Marks | Logical OR of OBJECTMARK_'s to test |