ICollectionManager::IsObjectInCollection

Check to see if the given object exists in the given collection

Windows
MacOS
Linux

References

Module

CollectionManager

Header

/Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h

Include

#include "ICollectionManager.h"

Syntax

bool IsObjectInCollection
(
    FName ObjectPath,
    FName CollectionName,
    ECollectionShareType::Type ShareType,
    ECollectionRecursionFlags::Flags RecursionMode
) const

Remarks

Check to see if the given object exists in the given collection

Returns

true if the object is in the collection.

Parameters

Parameter

Description

ObjectPath

The object to test for its existence in the collection.

CollectionName

The collection to test.

ShareType

The way the collection is shared.

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