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