Navigation
API > API/Plugins > API/Plugins/GameplayCameras
Base class for interface parameters on a camera rig asset.
| Name | UCameraObjectInterfaceParameterBase |
| Type | class |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraObjectInterface.h |
| Include Path | #include "Core/CameraObjectInterface.h" |
Syntax
UCLASS (MinimalAPI)
class UCameraObjectInterfaceParameterBase : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCameraObjectInterfaceParameterBase
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsVisible | bool | Whether to show this parameter on prefab nodes, references, components, etc. | Core/CameraObjectInterface.h |
|
| InterfaceParameterName | FString | The exposed name for this parameter. | Core/CameraObjectInterface.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FGuid & GetGuid() |
Gets this parameter's unique ID. | Core/CameraObjectInterface.h |
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetParameterDefinition
(
FCameraObjectInterfaceParameterDefinition& OutParameterDefinition |
Gets the parameter definition. | Core/CameraObjectInterface.h |
Protected Virtual
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostDuplicate
(
EDuplicateMode::Type DuplicateMode |
Core/CameraObjectInterface.h | ||
virtual void PostInitProperties() |
Core/CameraObjectInterface.h | ||
virtual void PostLoad() |
Core/CameraObjectInterface.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHasGraphNode_DEPRECATED | bool | Core/CameraObjectInterface.h | ||
| GraphNodePos_DEPRECATED | FIntVector2 | Core/CameraObjectInterface.h | ||
| Target_DEPRECATED | TObjectPtr< UCameraNode > | Core/CameraObjectInterface.h |
|
|
| TargetPropertyName_DEPRECATED | FName | Core/CameraObjectInterface.h |