FCollectionNameType

A name/type pair to uniquely identify a collection

Windows
MacOS
Linux

References

Module

CollectionManager

Header

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

Include

#include "CollectionManagerTypes.h"

Syntax

struct FCollectionNameType

Remarks

A name/type pair to uniquely identify a collection

Variables

Name Description

Public variable

FName

 

Name

Public variable

ECollectionShar...

 

Type

Constructors

Name Description

Public function

FCollectionNameType

(
    FName InName,
    ECollectionShareType::Type InType
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FCollectionNameType& Other
)

Public function Const

bool

 

operator==

(
    const FCollectionNameType& Other
)

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