Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | FCollectionScriptingRef |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Subsystems/CollectionManagerScriptingSubsystem.h |
| Include Path | #include "Subsystems/CollectionManagerScriptingSubsystem.h" |
Syntax
USTRUCT (BlueprintType , DisplayName="Collection", Meta=(ScriptName="Collection"))
struct FCollectionScriptingRef
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Container | FName | The name (not title) of the container that owns this collection. | Subsystems/CollectionManagerScriptingSubsystem.h |
|
| Name | FName | Friendly name of the collection. | Subsystems/CollectionManagerScriptingSubsystem.h |
|
| ShareType | ECollectionScriptingShareType | Share type of this collection, which controls its visibility. | Subsystems/CollectionManagerScriptingSubsystem.h |
|