Navigation
API > API/Developer > API/Developer/CollectionManager > API/Developer/CollectionManager/FCollectionRef
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionRef
(
const TSharedPtr< ICollectionContainer >& InContainer, |
CollectionManagerTypes.h | ||
FCollectionRef
(
const TSharedPtr< ICollectionContainer >& InContainer, |
CollectionManagerTypes.h |
FCollectionRef(const TSharedPtr< ICollectionContainer > &, const FCollectionNameType &)
| Name | FCollectionRef |
| Type | function |
| Header File | /Engine/Source/Developer/CollectionManager/Public/CollectionManagerTypes.h |
| Include Path | #include "CollectionManagerTypes.h" |
FCollectionRef
(
const TSharedPtr< ICollectionContainer > & InContainer,
const FCollectionNameType & InCollection
)
FCollectionRef(const TSharedPtr< ICollectionContainer > &, FName, ECollectionShareType::Type)
| Name | FCollectionRef |
| Type | function |
| Header File | /Engine/Source/Developer/CollectionManager/Public/CollectionManagerTypes.h |
| Include Path | #include "CollectionManagerTypes.h" |
FCollectionRef
(
const TSharedPtr< ICollectionContainer > & InContainer,
FName InName,
ECollectionShareType::Type InType
)