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="ModifierClass", DynamicOutputParam="CreatedModifier", ReturnDisplayName="Success"))
bool AddModifier
(
const FName Name,
UPARAM) TSubclassOf < UVCamModifier > ModifierClass,
UVCamModifier *& CreatedModifier
)
Remarks
Add a modifier to the stack with a given name. If that name is already in use then the modifier will not be added. Returns the created modifier if the Add succeeded