Navigation
API > API/Plugins > API/Plugins/GameplayCameras
Integer camera variable.
| Name | UInteger32CameraVariable |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraVariableAssets.h |
| Include Path | #include "Core/CameraVariableAssets.h" |
Syntax
UCLASS (MinimalAPI)
class UInteger32CameraVariable : public UCameraVariableAsset
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCameraVariableAsset → UInteger32CameraVariable
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ValueType | int32 | Core/CameraVariableAssets.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DefaultValue | int32 | The default value of this variable. | Core/CameraVariableAssets.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 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 |