Navigation
API > API/Plugins > API/Plugins/CineAssemblyToolsEditor > API/Plugins/CineAssemblyToolsEditor/UCineAssemblyEditorFunctionLibra-
Description
Opens the Level associated with the input CineAssembly (if it has one). Returns false only if the input assembly was invalid, or if its associated level was valid but could not be opened.
| Name | OpenAssociatedLevel |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/CinematicAssemblyTools/Source/CineAssemblyToolsEditor/Public/CineAssemblyEditorFunctionLibrary.h |
| Include Path | #include "CineAssemblyEditorFunctionLibrary.h" |
| Source | /Engine/Plugins/VirtualProduction/CinematicAssemblyTools/Source/CineAssemblyToolsEditor/Private/CineAssemblyEditorFunctionLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Cine Assembly Tools", Meta=(AdvancedDisplay="SaveOptions"))
static bool OpenAssociatedLevel
(
UCineAssembly * CineAssembly,
FCineAssemblyLevelSaveOptions SaveOptions
)