Navigation
API > API/Developer > API/Developer/CollectionManager
A struct to uniquely identify a collection
| Name | FCollectionRef |
| Type | struct |
| Header File | /Engine/Source/Developer/CollectionManager/Public/CollectionManagerTypes.h |
| Include Path | #include "CollectionManagerTypes.h" |
Syntax
struct FCollectionRef
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionRef
(
const TSharedPtr< ICollectionContainer >& InContainer, |
CollectionManagerTypes.h | ||
FCollectionRef
(
const TSharedPtr< ICollectionContainer >& InContainer, |
CollectionManagerTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Container | TSharedPtr< ICollectionContainer > | CollectionManagerTypes.h | ||
| Name | FName | CollectionManagerTypes.h | ||
| Type | ECollectionShareType::Type | CollectionManagerTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
CollectionManagerTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FCollectionRef& Other |
CollectionManagerTypes.h | ||
bool operator==
(
const FCollectionRef& Other |
CollectionManagerTypes.h |