Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/TCameraRigAssetAssemblerBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ThisType & AddBlendableParameter
(
const FString& ParameterName, |
Creates a new exposed rig parameter and hooks it up to the given camera node's property. | Build/CameraAssetAssembleUtils.h | |
ThisType & AddBlendableParameter
(
const FString& ParameterName, |
A variant of ExposeParameter that retrieves the target node from the named registry. | Build/CameraAssetAssembleUtils.h |
AddBlendableParameter(const FString &, ECameraVariableType, UCameraNode *, FName)
Description
Creates a new exposed rig parameter and hooks it up to the given camera node's property. When building the node hierarchy, you can use the Pin() method on the node assemblers to save a pointer to nodes you need for ExposeParameter().
The created parameter is automatically stored in the named object registry under its name.
| Name | AddBlendableParameter |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Build/CameraAssetAssembleUtils.h |
| Include Path | #include "Build/CameraAssetAssembleUtils.h" |
ThisType & AddBlendableParameter
(
const FString & ParameterName,
ECameraVariableType ParameterType,
UCameraNode * Target,
FName TargetPropertyName
)
AddBlendableParameter(const FString &, ECameraVariableType, const FString &, FName)
Description
A variant of ExposeParameter that retrieves the target node from the named registry.
The created parameter is automatically stored in the named object registry under its name.
| Name | AddBlendableParameter |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Build/CameraAssetAssembleUtils.h |
| Include Path | #include "Build/CameraAssetAssembleUtils.h" |
ThisType & AddBlendableParameter
(
const FString & ParameterName,
ECameraVariableType ParameterType,
const FString & TargetName,
FName TargetPropertyName
)