Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraParameterReader.h |
| Include | #include "Core/CameraParameterReader.h" |
Syntax
template<typename ValueType>
class TCameraParameterReader
Constructors
| Type | Name | Description | |
|---|---|---|---|
TCameraParameterReader
(
const ParameterType& Parameter |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TCallTraits< ValueType >::ParamType | Get
(
const FCameraVariableTable& VariableTable |
Gets the actual value for the parameter. | |
| void | Initialize
(
const ParameterType& Parameter |
Initializes the reader around the given parameter. | |
| bool | IsDriven () |
Returns whether the parameter is driven by a variable. |