Navigation
API > API/Plugins > API/Plugins/VCamCore > API/Plugins/VCamCore/UVCamComponent
References
| Module | VCamCore |
| Header | /Engine/Plugins/Experimental/VirtualCameraCore/Source/VCamCore/Public/VCamComponent.h |
| Include | #include "VCamComponent.h" |
| Source | /Engine/Plugins/Experimental/VirtualCameraCore/Source/VCamCore/Private/VCamComponent.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"VirtualCamera",
Meta&61;&40;DeterminesOutputType&61;"ContextClass", DynamicOutputParam&61;"CreatedContext", AllowAbstract&61;"false"&41;&41;
void SetModifierContextClass
&40;
TSubclassOf< UVCamModifierContext > ContextClass,
UVCamModifierContext &42;& CreatedContext
&41;
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 |