Navigation
API > API/Plugins > API/Plugins/VCamCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USubsystem
- UVCamSubsystem
- UInputVCamSubsystem
References
| Module | VCamCore |
| Header | /Engine/Plugins/Experimental/VirtualCameraCore/Source/VCamCore/Public/VCamSubsystem.h |
| Include | #include "VCamSubsystem.h" |
Syntax
UCLASS&40;Abstract, Blueprintable, Within&61;VCamComponent&41;
class UVCamSubsystem : public USubsystem
Remarks
Base class for auto instanced and initialized subsystem that share the lifetime of UVCamComponents.
Functions
| Type | Name | Description | |
|---|---|---|---|
| UVCamComponent * | |||
| void | OnUpdate
(
float DeltaTime |
Called by UVCamComponent::Update (its equivalent of Tick). |