Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/TCameraRigAssetAssemblerBase
Description
Sets the default value for a camera rig parameter. Requires that the camera rig has been built first.
| Name | SetDefaultParameterValue |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Build/CameraAssetAssembleUtils.h |
| Include Path | #include "Build/CameraAssetAssembleUtils.h" |
template<typename ValueType>
ThisType & SetDefaultParameterValue
(
const FName ParameterName,
TCallTraits < ValueType >::ParamType ParameterValue
)