Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/Factories
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/Factories/IRCDefaultValueFactory.h |
| Include | #include "Factories/IRCDefaultValueFactory.h" |
Syntax
struct FRCResetToDefaultArgs
Remarks
Holds the arguments required by the Reset Factories.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ArrayIndex | Holds the index of the property being modified incase it is embeded in an array. | |
| bool | bCreateTransaction | Determines whether should we notify the transaction manager or not. | |
| FString | Path | Holds the property path of the actual property. | |
| FProperty * | Property | Holds a reference to the actual property. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRCResetToDefaultArgs
(
const FRCResetToDefaultArgs& |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FRCResetToDefaultArgs & | operator=
(
const FRCResetToDefaultArgs& |