Navigation
API > API/Plugins > API/Plugins/GameplayCameras
Collection of context data entries for a camera rig.
| Name | FCameraContextDataTableAllocationInfo |
| Type | struct |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraContextDataTableAllocationInfo.h |
| Include Path | #include "Core/CameraContextDataTableAllocationInfo.h" |
Syntax
USTRUCT ()
struct FCameraContextDataTableAllocationInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataDefinitions | TArray< FCameraContextDataDefinition > | The list of context data definitions. | Core/CameraContextDataTableAllocationInfo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Combine
(
const FCameraContextDataTableAllocationInfo& OtherInfo |
Combines the given allocation info with this one. | Core/CameraContextDataTableAllocationInfo.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FCameraContextDataTableAllocationInfo& Other |
Core/CameraContextDataTableAllocationInfo.h |