Navigation
API > API/Plugins > API/Plugins/RemoteControlUI
Exposed property arguments The struct is wrapper struct to generate Remote Control Entity from IPropertyHandle or OwnerObject with Property Path and Property instance
| Name | FRCExposesPropertyArgs |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlUI/Public/IRemoteControlUIModule.h |
| Include Path | #include "IRemoteControlUIModule.h" |
Syntax
struct FRCExposesPropertyArgs
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| IRemoteControlUIModule.h | |||
FRCExposesPropertyArgs
(
const FOnGenerateGlobalRowExtensionArgs& InExtensionArgs |
IRemoteControlUIModule.h | ||
FRCExposesPropertyArgs
(
FOnGenerateGlobalRowExtensionArgs&& InExtensionArgs |
IRemoteControlUIModule.h | ||
FRCExposesPropertyArgs
(
TSharedPtr< IPropertyHandle >& InPropertyHandle |
IRemoteControlUIModule.h | ||
FRCExposesPropertyArgs
(
const TSharedPtr< IPropertyHandle >& InPropertyHandle |
IRemoteControlUIModule.h | ||
FRCExposesPropertyArgs
(
UObject* InOwnerObject, |
IRemoteControlUIModule.h |
Enums
Public
| Name | Remarks |
|---|---|
| EType | Type of the Extension arguments |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OwnerObject | TWeakObjectPtr< UObject > | Owner object for the property extension | IRemoteControlUIModule.h | |
| Property | TWeakFieldPtr< FProperty > | Exposed property | IRemoteControlUIModule.h | |
| PropertyHandle | TSharedPtr< IPropertyHandle > | The detail row's property handle. | IRemoteControlUIModule.h | |
| PropertyPath | FString | Path of the exposed property | IRemoteControlUIModule.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Id | FGuid | Unique generated ID of the struct | IRemoteControlUIModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FProperty * GetProperty() |
Get property on the exposed arguments type | IRemoteControlUIModule.h | |
FProperty * GetPropertyChecked() |
Checked version of Get Property | IRemoteControlUIModule.h | |
EType GetType() |
Get Type of the Extension Arguments | IRemoteControlUIModule.h | |
bool IsValid() |
Whether extensions arguments valid | IRemoteControlUIModule.h |