Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/Factories
Inheritance Hierarchy
- TSharedFromThis
- IRCDefaultValueFactory
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/Factories/IRCDefaultValueFactory.h |
| Include | #include "Factories/IRCDefaultValueFactory.h" |
Syntax
class IRCDefaultValueFactory : public TSharedFromThis< IRCDefaultValueFactory >
Remarks
Factory which resets the FRemoteControlProperty to its default values.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanResetToDefaultValue
(
UObject* InObject, |
Returns true when the given object can be reset to its default value, false otherwise. | |
| void | ResetToDefaultValue
(
UObject* InObject, |
Performs actual data reset on the given remote object. | |
| bool | SupportsClass
(
const UClass* InObjectClass |
Whether the factory support exposed entity. | |
| bool | SupportsProperty
(
const FProperty* InProperty |
Whether the factory support property. |