ICollectionManager::IsValidCollectionName

Returns whether or not the given collection name is valid.

Windows
MacOS
Linux

References

Module

CollectionManager

Header

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

Include

#include "ICollectionManager.h"

Syntax

bool IsValidCollectionName
(
    const FString & CollectionName,
    ECollectionShareType::Type ShareType
) const

Remarks

Returns whether or not the given collection name is valid. If false, GetLastError will return a human readable string description of the error.

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