Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
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 |
void GetObjectsWithAllMarks
(
TArray < UObject * > & Results,
EObjectMark Marks
)
Remarks
Build an array of objects having ALL of a set of marks
Parameters
| Name | 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 |