Navigation
API > API/Plugins > API/Plugins/GameplayCameras
Boolean camera variable.
| Name | UBooleanCameraVariable |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraVariableAssets.h |
| Include Path | #include "Core/CameraVariableAssets.h" |
Syntax
UCLASS (MinimalAPI)
class UBooleanCameraVariable : public UCameraVariableAsset
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCameraVariableAsset → UBooleanCameraVariable
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ValueType | bool | Core/CameraVariableAssets.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDefaultValue | bool | The default value of this variable. | Core/CameraVariableAssets.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetDefaultValue() |
Core/CameraVariableAssets.h |
Overridden from UCameraVariableAsset
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString FormatDefaultValue() |
Core/CameraVariableAssets.h | ||
virtual const uint8 * GetDefaultValuePtr() |
Core/CameraVariableAssets.h | ||
virtual ECameraVariableType GetVariableType() |
Core/CameraVariableAssets.h |