FUObjectArray::IsDisregardForGC

Returns true if this object is "disregard for GC"...same results as the legacy RF_DisregardForGC flag

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectArray.h

Include

#include "UObject/UObjectArray.h"

Syntax

bool IsDisregardForGC
(
    const class UObjectBase * Object
)

Remarks

Returns true if this object is "disregard for GC"...same results as the legacy RF_DisregardForGC flag

Returns

true if this object si disregard for GC

Parameters

Parameter

Description

Object

object to get for disregard for GC

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