ICollectionManager::GetCollectionStorageMode

Gets the method by which the specified collection stores its objects (static or dynamic)

Windows
MacOS
Linux

References

Module

CollectionManager

Header

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

Include

#include "ICollectionManager.h"

Syntax

bool GetCollectionStorageMode
(
    FName CollectionName,
    ECollectionShareType::Type ShareType,
    ECollectionStorageMode::Type & OutStorageMode
) const

Remarks

Gets the method by which the specified collection stores its objects (static or dynamic)

Returns

true if the status info was filled in. If false, GetLastError will return a human readable string description of the error.

Parameters

Parameter

Description

CollectionName

The collection to get the storage mode for

ShareType

The way the collection is shared.

OutStorageMode

The variable to populate.

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