Navigation
API > API/Plugins > API/Plugins/VCamCore
Base class for auto instanced and initialized subsystem that share the lifetime of UVCamComponents.
| Name | UVCamSubsystem |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/VirtualCameraCore/Source/VCamCore/Public/VCamSubsystem.h |
| Include Path | #include "VCamSubsystem.h" |
Syntax
UCLASS (Abstract, Blueprintable, Within=VCamComponent)
class UVCamSubsystem : public USubsystem
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USubsystem → UVCamSubsystem
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UVCamComponent * GetVCamComponent() |
VCamSubsystem.h |
|
|
virtual void OnUpdate
(
float DeltaTime |
Called by UVCamComponent::Update (its equivalent of Tick). | VCamSubsystem.h |