UnMarkObject

Removes marks from and 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 UnMarkObject
(
    const class UObjectBase * Object,
    EObjectMark Marks
)

Remarks

Removes marks from and object

Parameters

Parameter

Description

Object

Object to remove marks from

Marks

Logical OR of OBJECTMARK_'s to remove

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