Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
Inheritance Hierarchy
- UObject
- UCameraInstantiableObject
- UCameraNode
- URootCameraNode
- UDefaultRootCameraNode
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/DefaultRootCameraNode.h |
| Include | #include "Core/DefaultRootCameraNode.h" |
Syntax
UCLASS (MinimalAPI)
class UDefaultRootCameraNode : public URootCameraNode
Remarks
The default implementation of a root camera node.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UDefaultRootCameraNode
(
const FObjectInitializer& ObjectInit |
Overridden from URootCameraNode
| Type | Name | Description | |
|---|---|---|---|
| void | OnActivateCameraMode
(
const FActivateCameraModeParams& Params |
Activates a camera mode. |
Overridden from UCameraNode
| Type | Name | Description | |
|---|---|---|---|
| FCameraNodeChildrenView | Get the list of children under this node. | ||
| void | OnRun
(
const FCameraNodeRunParams& Params, |
Run this node. |