Navigation
API > API/Plugins > API/Plugins/CineAssemblyToolsEditor > API/Plugins/CineAssemblyToolsEditor/UProductionSettings
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConstStructView< TStruct > GetProductionExtendedData
(
FGuid ProductionID |
Given a production ID and data struct, tries to get a view on the productions extended data of the matching type. | ProductionSettings.h | |
FConstStructView GetProductionExtendedData
(
FGuid ProductionID, |
Given a production ID and data struct, tries to get a view on the productions extended data of the matching type. | ProductionSettings.h |
GetProductionExtendedData(FGuid)
Description
Given a production ID and data struct, tries to get a view on the productions extended data of the matching type.
| Name | GetProductionExtendedData |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/CinematicAssemblyTools/Source/CineAssemblyToolsEditor/Public/ProductionSettings.h |
| Include Path | #include "ProductionSettings.h" |
template<typename TStruct>
TConstStructView< TStruct > GetProductionExtendedData
(
FGuid ProductionID
) const
GetProductionExtendedData(FGuid, const UScriptStruct &)
Description
Given a production ID and data struct, tries to get a view on the productions extended data of the matching type.
| Name | GetProductionExtendedData |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/CinematicAssemblyTools/Source/CineAssemblyToolsEditor/Public/ProductionSettings.h |
| Include Path | #include "ProductionSettings.h" |
| Source | /Engine/Plugins/VirtualProduction/CinematicAssemblyTools/Source/CineAssemblyToolsEditor/Private/ProductionSettings.cpp |
FConstStructView GetProductionExtendedData
(
FGuid ProductionID,
const UScriptStruct & DataStruct
) const