Navigation
API > API/Plugins > API/Plugins/VPRoles > API/Plugins/VPRoles/UVirtualProductionRolesSubsystem
Description
Remove a virtual production role.
This will attempt to modify the underlying VProles.ini file so it must be checked out or made writable or the operation will fail.
| Name | RemoveRole |
| Type | function |
| Header File | /Engine/Plugins/Experimental/VirtualProduction/VPRoles/Source/VPRoles/Public/VPRolesSubsystem.h |
| Include Path | #include "VPRolesSubsystem.h" |
| Source | /Engine/Plugins/Experimental/VirtualProduction/VPRoles/Source/VPRoles/Private/VPRolesSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category="Virtual Production|Roles")
bool RemoveRole
(
const FString & RoleName
)
Whether the operation succeeded.
Parameters
| Name | Remarks |
|---|---|
| RoleName | the name of the role to remove. |