GetObjectsWithAnyMarks

Build an array of objects having ANY 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

void GetObjectsWithAnyMarks
(
    TArray< UObject * > & Results,
    EObjectMark Marks
)

Remarks

Build an array of objects having ANY of a set of marks

Parameters

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

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