Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
Inheritance Hierarchy
- UObject
- UCameraRigProxyTable
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraRigProxyTable.h |
| Include | #include "Core/CameraRigProxyTable.h" |
Syntax
UCLASS (MinimalAPI, EditInlineNew)
class UCameraRigProxyTable : public UObject
Remarks
A table that defines mappings between camera rig proxies and actual camera rigs.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FCameraRigProxyTableEntry > | Entries | The entries in the table. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UCameraRigProxyTable
(
const FObjectInitializer& ObjectInit |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UCameraRigAsset * | ResolveProxy
(
const FCameraRigProxyTableResolveParams& InParams |
Resolves a given proxy to an actual camera rig. |