ULensModel::FromArray

Populate the float fields in the destination struct with the values in the source array

Windows
MacOS
Linux

References

Module

CameraCalibrationCore

Header

/Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Models/LensModel.h

Include

#include "Models/LensModel.h"

Syntax

template<typename StructType>
void FromArray
(
    const TArray< float > & SrcArray,
    StructType & DstData
)

Remarks

Populate the float fields in the destination struct with the values in the source array

the template type must be a UStruct

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss