MarkObject

Adds marks to an object

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 MarkObject
(
    const class UObjectBase * Object,
    EObjectMark Marks
)

Remarks

Adds marks to an object

Parameters

Parameter

Description

Object

Object to add marks to

Marks

Logical OR of OBJECTMARK_'s to apply

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