Navigation
API > API/Plugins > API/Plugins/GameplayCameras
| Name | UCameraObjectInterfaceDataParameter |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraObjectInterface.h |
| Include Path | #include "Core/CameraObjectInterface.h" |
Syntax
UCLASS (MinimalAPI)
class UCameraObjectInterfaceDataParameter : public UCameraObjectInterfaceParameterBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCameraObjectInterfaceParameterBase → UCameraObjectInterfaceDataParameter
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataContainerType | ECameraContextDataContainerType | The type of container for this parameter. | Core/CameraObjectInterface.h | |
| DataType | ECameraContextDataType | The type of this parameter. | Core/CameraObjectInterface.h | |
| DataTypeObject | TObjectPtr< const UObject > | An additional type object for this parameter. | Core/CameraObjectInterface.h | |
| PrivateDataID | FCameraContextDataID | The ID to use to access the underlying data in the context data table. | Core/CameraObjectInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCameraContextDataDefinition GetDataDefinition() |
Gets the camera context data definition for this parameter. | Core/CameraObjectInterface.h | |
FString GetDataName() |
Core/CameraObjectInterface.h |