Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraParameters.h |
| Include | #include "Core/CameraParameters.h" |
Syntax
USTRUCT ()
struct FBooleanCameraParameter
Remarks
Boolean camera parameter.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | Value | ||
| TObjectPtr< UBooleanCameraVariable > | Variable |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBooleanCameraParameter
(
typename TCallTraits< FBooleanCameraParameter::ValueType >::ParamType InValue |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | SerializeFromMismatchedTag
(
const FPropertyTag& Tag, |
Typedefs
| Name | Description |
|---|---|
| ValueType | |
| VariableAssetType |