Navigation
API > API/Plugins > API/Plugins/VCamCore > API/Plugins/VCamCore/Modifier
References
| Module | VCamCore |
| Header | /Engine/Plugins/Experimental/VirtualCameraCore/Source/VCamCore/Public/Modifier/VCamModifierInterface.h |
| Include | #include "Modifier/VCamModifierInterface.h" |
Syntax
class IVCamModifierInterface
Remarks
The interface for all VCam modifier Blueprints to inherit so that we can enforce some common behaviors.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | OnVCamComponentChanged
(
UVCamComponent* VCam |
Function used to monitor the status of a VCam. If it changed, function will be triggered. | |
| void |