Navigation
API > API/Plugins > API/Plugins/GameplayCameras
| Name | UBaseCameraObject |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/BaseCameraObject.h |
| Include Path | #include "Core/BaseCameraObject.h" |
Syntax
UCLASS (Abstract, MinimalAPI)
class UBaseCameraObject : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBaseCameraObject
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllocationInfo | FCameraObjectAllocationInfo | Allocation information for all the nodes and variables in this camera object. | Core/BaseCameraObject.h | |
| EventHandlers | UE::Cameras::TCameraEventHandlerContainer< UE::Cameras::ICameraObjectEventHandler > | Event handlers to be notified of data changes. | Core/BaseCameraObject.h | |
| Interface | FCameraObjectInterface | The public data interface of this camera object. | Core/BaseCameraObject.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DefaultParameters | FInstancedPropertyBag | The default interface parameter values, generated during build. | Core/BaseCameraObject.h | |
| ParameterDefinitions | TArray< FCameraObjectInterfaceParameterDefinition > | The definitions of parameters exposed on this camera rig. | Core/BaseCameraObject.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FInstancedPropertyBag & GetDefaultParameters () |
Gets the default values for the parameters exposed on this camera rig. | Core/BaseCameraObject.h | |
| Gets the default values for the parameters exposed on this camera rig. | Core/BaseCameraObject.h | ||
TConstArrayView< FCameraObjectInterfaceParameterDefinition > GetParameterDefinitions() |
Gets the definitions of parameters exposed on this camera rig. | Core/BaseCameraObject.h | |
virtual UCameraNode * GetRootNode() |
Get the root node of this camera object. | Core/BaseCameraObject.h |