Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraRigProxyTable.h |
| Include | #include "Core/CameraRigProxyTable.h" |
Syntax
USTRUCT ()
struct FCameraRigProxyTableEntry
Remarks
An entry in a camera rig proxy table.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UCameraRigAsset > | CameraRig | The actual camera rig that should be mapped to the correspondig proxy. | |
| TObjectPtr< UCameraRigProxyAsset > | CameraRigProxy | The camera rig proxy for this table entry. |