Navigation
API > API/Plugins > API/Plugins/RemoteControlComponents
References
| Module | RemoteControlComponents |
| Header | /Engine/Plugins/Experimental/RemoteControlComponents/Source/RemoteControlComponents/Public/RemoteControlTrackerProperty.h |
| Include | #include "RemoteControlTrackerProperty.h" |
Syntax
USTRUCT ()
struct FRemoteControlTrackerProperty
Remarks
Represents an exposed Remote Control Property tracked by a Remote Control Tracker Component Its Field Path Info and Owner are used to represent the RC Property.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRemoteControlTrackerProperty
(
const FRCFieldPathInfo& InFieldPathInfo, |
Creates and initializes a Tracked Property |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Expose
(
URemoteControlPreset* InRemoteControlPreset |
Expose this Tracked Property to the specified Preset | |
| const FRCFieldPathInfo & | |||
| URemoteControlPreset * | GetPreset () |
Returns the Remote Control Preset where this property is or will be exposed | |
| bool | IsExposed () |
Is this Tracked Property exposed? | |
| bool | IsExposedTo
(
const URemoteControlPreset* InPreset |
Is the tracked property exposed to the specified Preset? | |
| bool | IsValid () |
Check if this property can still be exposed (internally verifies if Owner Object is valid) | |
| void | Marks this Tracked Property as not exposed, even if it might be. | ||
| bool | MatchesParameters
(
const FRCFieldPathInfo& InFieldPathInfo, |
Checks if this Tracked Property is matching the one described by the specified parameters | |
| void | Retrieves the current Property Id for the currently tracked property | ||
| void | Unexpose () |
Unexpose this Tracked Property from its Preset | |
| void | Writes the Property Id saved in this Tracker Property to the tracked property in the Preset |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FRemoteControlTrackerProperty& Other |
||
| bool | operator==
(
const FRemoteControlTrackerProperty& Other |