Navigation
API > API/Plugins > API/Plugins/VCamCore > API/Plugins/VCamCore/UVCamComponent
References
| Module | VCamCore |
| Header | /Engine/Plugins/VirtualProduction/VirtualCameraCore/Source/VCamCore/Public/VCamComponent.h |
| Include | #include "VCamComponent.h" |
| Source | /Engine/Plugins/VirtualProduction/VirtualCameraCore/Source/VCamCore/Private/VCamComponent.cpp |
UFUNCTION (BlueprintCallable, Category="VirtualCamera",
Meta=(DeterminesOutputType="ContextClass", DynamicOutputParam="CreatedContext", AllowAbstract="false"))
void SetModifierContextClass
(
UPARAM) TSubclassOf < UVCamModifierContext > ContextClass,
UVCamModifierContext *& CreatedContext
)
Remarks
Sets the Modifier Context to a new instance of the provided class
Parameters
| Name | Description |
|---|---|
| ContextClass | The Class to create the context from |
| CreatedContext | The created Context, can be invalid if Context Class was None |