Navigation
API > API/Plugins > API/Plugins/CineAssemblyToolsEditor > API/Plugins/CineAssemblyToolsEditor/FCinematicProduction
Description
Attempts to find existing Extended Data of the given type. If the data does not exist or has not been loaded, returns a nullptr. Use FindOrLoadExtendedData if you are unsure if the data has already been loaded, or ensure LoadExtendedData has already been called for this struct type.
The returned pointer is null if the extended data was not found, and if found, is only valid until the next allocation of ExtendedData.
| Name | FindExtendedData |
| 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 |
const FInstancedStruct * FindExtendedData
(
const UScriptStruct & ForStruct
) const