UObjectLibrary::RemoveObject

Attempt to remove an Object from the object, return true if removed

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/ObjectLibrary.h

Include

#include "Engine/ObjectLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/ObjectLibrary.cpp

Syntax

virtual bool RemoveObject
(
    UObject * ObjectToRemove
)

Remarks

Attempt to remove an Object from the object, return true if removed