Navigation
API > API/Plugins > API/Plugins/RemoteControl
Reference to a UObject or one of its properties
| Name | FRCObjectReference |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlModule.h |
| Include Path | #include "IRemoteControlModule.h" |
Syntax
struct FRCObjectReference
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| IRemoteControlModule.h | |||
FRCObjectReference
(
ERCAccess InAccessType, |
IRemoteControlModule.h | ||
FRCObjectReference
(
ERCAccess InAccessType, |
IRemoteControlModule.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FPostSetObjectPropertyCallback | TFunction< bool(UObject *, const FRCFieldPathInfo &, bool)> | Callback type for post set object properties | IRemoteControlModule.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Access | ERCAccess | Type of access on this object (read, write) | IRemoteControlModule.h | |
| ContainerAdress | void * | Address of the container of the property for serialization purposes in case of a nested property | IRemoteControlModule.h | |
| ContainerType | TWeakObjectPtr< UStruct > | Type of the container where the property resides | IRemoteControlModule.h | |
| Object | TWeakObjectPtr< UObject > | UObject owning the target property | IRemoteControlModule.h | |
| Property | TWeakFieldPtr< FProperty > | Actual property that is being referenced | IRemoteControlModule.h | |
| PropertyPathInfo | FRCFieldPathInfo | Path to the property under the Object | IRemoteControlModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
IRemoteControlModule.h |