Navigation
API > API/Plugins > API/Plugins/GameplayCameras
A proxy for a camera rig asset.
This is useful for indicating that a camera rig should be activated in a camera director, but without hard-referencing a particular camera rig. This way, that camera director can be used by multiple cameras with their own camera rigs.
| Name | UCameraRigProxyAsset |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraRigProxyAsset.h |
| Include Path | #include "Core/CameraRigProxyAsset.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UCameraRigProxyAsset : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCameraRigProxyAsset
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCameraRigProxyAsset
(
const FObjectInitializer& ObjectInit |
Core/CameraRigProxyAsset.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Guid | FGuid | Unique identifier for this camera rig proxy. | Core/CameraRigProxyAsset.h |
Functions
Public
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostDuplicate
(
EDuplicateMode::Type DuplicateMode |
Core/CameraRigProxyAsset.h |