Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
Inheritance Hierarchy
- UObject
- UCameraVariableCollection
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraVariableCollection.h |
| Include | #include "Core/CameraVariableCollection.h" |
Syntax
UCLASS (MinimalAPI)
class UCameraVariableCollection : public UObject
Remarks
An asset that represents a collection of camera variables.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TObjectPtr< UCameraVariableAsset > > | Variables | The variables in this collection. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UCameraVariableCollection
(
const FObjectInitializer& ObjectInit |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | PostLoad () |