Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectMarks.h |
Include |
#include "UObject/UObjectMarks.h" |
Source |
/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectMarks.cpp |
void GetObjectsWithAllMarks
(
TArray< UObject * > & Results,
EObjectMark Marks
)
Build an array of objects having ALL of a set of marks
Parameter |
Description |
---|---|
Results |
array of objects which have any flag. This array is emptied before we add to it. |
Marks |
Logical OR of OBJECTMARK_'s to test |