Navigation
API > API/Plugins > API/Plugins/GameplayCameras
Information about a parameter exposed on a camera asset.
| Name | FCameraObjectInterfaceParameterDefinition |
| Type | struct |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraObjectInterfaceParameterDefinition.h |
| Include Path | #include "Core/CameraObjectInterfaceParameterDefinition.h" |
Syntax
USTRUCT ()
struct FCameraObjectInterfaceParameterDefinition
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlendableStructType | TObjectPtr< const UScriptStruct > | The type of the structure if VariableType is BlendableStruct. | Core/CameraObjectInterfaceParameterDefinition.h | |
| DataContainerType | ECameraContextDataContainerType | The type of container that drives this blendable parameter. | Core/CameraObjectInterfaceParameterDefinition.h | |
| DataID | FCameraContextDataID | Data parameter properties. | Core/CameraObjectInterfaceParameterDefinition.h | |
| DataType | ECameraContextDataType | The type of the data that drives this blendable parameter. | Core/CameraObjectInterfaceParameterDefinition.h | |
| DataTypeObject | TObjectPtr< const UObject > | The type object of the data that drives this blendable parameter. | Core/CameraObjectInterfaceParameterDefinition.h | |
| ParameterGuid | FGuid | The GUID of the parameter. | Core/CameraObjectInterfaceParameterDefinition.h | |
| ParameterName | FName | The name of the parameter. | Core/CameraObjectInterfaceParameterDefinition.h | |
| ParameterType | ECameraObjectInterfaceParameterType | The type of this parameter. | Core/CameraObjectInterfaceParameterDefinition.h | |
| VariableID | FCameraVariableID | Blendable parameter properties. | Core/CameraObjectInterfaceParameterDefinition.h | |
| VariableType | ECameraVariableType | The type of the variable that drives this blendable parameter. | Core/CameraObjectInterfaceParameterDefinition.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FCameraObjectInterfaceParameterDefinition& Other |
Core/CameraObjectInterfaceParameterDefinition.h |