Navigation
| Name | CineAssemblyToolsEditor |
| Type | Editor |
| Part of Plugins | Cinematic Assembly Tools (CAT) |
| Location | /Engine/Plugins/VirtualProduction/CinematicAssemblyTools/Source/CineAssemblyToolsEditor/ |
| Module Build Rules | CineAssemblyToolsEditor.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FOnActiveProductionSet | |
| FOnCineAssemblyCreatedDynamic | Broadcast when a CineAssembly asset has been created |
| FOnCineAssemblyDuplicatedDynamic | Broadcast when a CineAssembly asset has been duplicated. |
| FOnCineAssemblyMetadataChangedDynamic | Broadcast when adding or editing a metadata value on a CineAssembly asset |
| FOnCineAssemblySchemaCreatedDynamic | Broadcast when a CineAssemblySchema asset has been created |
| FOnProductionCreated | |
| FOnProductionSettingsChanged | |
| FScopedModifyProductionExtendedData | Helper class for scoping modifications to a Productions extended data. |
| UCineAssemblyEditorFunctionLibrary | Library of functions that expose CineAssembly functionality to editor scripting |
| UCineAssemblyEditorSubsystem | Editor Subsystem for CineAssemblyTools |
| UProductionFunctionLibrary | Library of Blueprint/Python accessible functions to interface with the Cinematic Production Settings |
| UProductionSettings | Cinematic Production Settings |
Structs
| Name | Remarks |
|---|---|
| FCineAssemblyLevelSaveOptions | When opening a level, these options tell us how to handle unsaved changes in the currently open level |
| FCinematicProduction | Collection of production settings to override the project/editor behavior |
| FFolderTemplate | Properties of a folder in the production's template folder hierarchy |
Interfaces
| Name | Remarks |
|---|---|
| ICineAssemblyToolsEditorModule | Interface for CineAssemblyToolsEditor module |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FGetWidget | TBaseDelegate_NoParams< TSharedRef< SWidget > > | Callback for constructing a new SWidget. | ICineAssemblyToolsEditorModule.h |
| FOnActiveProductionChanged | TMulticastDelegate_NoParams< void > | ProductionSettings.h | |
| FOnProductionExtendedDataExported | TMulticastDelegate_TwoParams< void, const FCinematicProduction &, const UScriptStruct * > | ProductionSettings.h | |
| FOnProductionListChanged | TMulticastDelegate_NoParams< void > | ProductionSettings.h |
Enums
Public
| Name | Remarks |
|---|---|
| ESubsequencePriority | Options for determining the hierarchical bias of subsequences |