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