Navigation
API > API/Plugins > API/Plugins/RemoteControl
| |
|
| Name |
ERCModifyOperationFlags |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RCModifyOperationFlags.h |
| Include Path |
#include "RCModifyOperationFlags.h" |
Syntax
enum ERCModifyOperationFlags
{
None = 0x00,
SkipPropertyChangeEvents = 0x01,
SkipTransactions = 0x02,
}
Values
| Name |
Remarks |
| None |
Properties are modified with Transactions and Property Changed events |
| SkipPropertyChangeEvents |
Properties are modified without Property Change events and implicitly without transactions |
| SkipTransactions |
Properties are modified without Transactions |