ULensDistortionModelHandlerBase::IsModelSupported

Returns true if the input model is supported by this model handler, false otherwise.

Windows
MacOS
Linux

References

Module

CameraCalibrationCore

Header

/Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/LensDistortionModelHandlerBase.h

Include

#include "LensDistortionModelHandlerBase.h"

Source

/Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Private/LensDistortionModelHandlerBase.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Distortion")
bool IsModelSupported
(
    const TSubclassOf< ULensModel > & ModelToSupport
) const

Remarks

Returns true if the input model is supported by this model handler, false otherwise.

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