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;"ModifierClass", DynamicOutputParam&61;"CreatedModifier", ReturnDisplayName&61;"Success"&41;&41;
bool InsertModifier
&40;
const FName Name,
int32 Index,
TSubclassOf< UVCamModifier > ModifierClass,
UVCamModifier &42;& CreatedModifier
&41;
Remarks
Insert a modifier to the stack with a given name and index. If that name is already in use then the modifier will not be added. The index must be between zero and the number of existing modifiers inclusive Returns the created modifier if the Add succeeded.