Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
Inheritance Hierarchy
- UObject
- IObjectTreeGraphObject
- UCameraRigTransition
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraRigTransition.h |
| Include | #include "Core/CameraRigTransition.h" |
Syntax
UCLASS (MinimalAPI)
class UCameraRigTransition :
public UObject,
public IObjectTreeGraphObject
Remarks
A camera transition.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowCameraRigMerging | Whether this transition allows merging two similar camera rigs together. | |
| TObjectPtr< UBlendCameraNode > | Blend | The blend to use to blend a given camera rig in or out. | |
| bool | bOverrideInitialOrientation | Whether to override the default orientation to set on the camera rig. | |
| TArray< TObjectPtr< UCameraRigTransitionCondition > > | Conditions | The list of conditions that must pass for this transition to be used. | |
| ECameraRigInitialOrientation | InitialOrientation | The orientation to set on the camera rig. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AllConditionsMatch
(
const FCameraRigTransitionConditionMatchParams& Params |
Returns whether all transition condition matches the given parameters. | |
| void | Build
(
FCameraRigBuildContext& BuildContext |
Build process callback for this transition. | |
| void | PostLoad () |
Overridden from IObjectTreeGraphObject
| Type | Name | Description | |
|---|---|---|---|
| const FString & | GetGraphNodeCommentText
(
FName InGraphName |
Gets the graph node's comment text. | |
| void | GetGraphNodePosition
(
FName InGraphName, |
Gets the canvas position for the graph node representing this object. | |
| EObjectTreeGraphObjectSupportFlags | GetSupportFlags
(
FName InGraphName |
Gets optional APIs support flags. | |
| void | OnGraphNodeMoved
(
FName InGraphName, |
Called to save the canvas position of the graph node representing this object. | |
| void | OnUpdateGraphNodeCommentText
(
FName InGraphName, |
Called to save a new comment text. |
Typedefs
| Name | Description |
|---|---|
| FCameraRigBuildContext |