Navigation
API > API/Plugins > API/Plugins/RemoteControl
References
| |
|
| Module |
RemoteControl |
| Header |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RCModifyOperationFlags.h |
| Include |
#include "RCModifyOperationFlags.h" |
Syntax
enum ERCModifyOperationFlags
{
None = 0x00,
SkipPropertyChangeEvents = 0x01,
SkipTransactions = 0x02,
}
Values
| Name |
Description |
| 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 |