Navigation
API > API/Plugins > API/Plugins/RemoteControlComponents > API/Plugins/RemoteControlComponents/FRemoteControlTrackerProperty > API/Plugins/RemoteControlComponents/FRemoteControlTrackerProperty/__ctor
References
| Module | RemoteControlComponents |
| Header | /Engine/Plugins/Experimental/RemoteControlComponents/Source/RemoteControlComponents/Public/RemoteControlTrackerProperty.h |
| Include | #include "RemoteControlTrackerProperty.h" |
| Source | /Engine/Plugins/Experimental/RemoteControlComponents/Source/RemoteControlComponents/Private/RemoteControlTrackerProperty.cpp |
FRemoteControlTrackerProperty
(
const FRCFieldPathInfo & InFieldPathInfo,
const TObjectPtr < UObject > & InOwnerObject,
bool bInIsExposed
)
Remarks
Creates and initializes a Tracked Property
Parameters
| Name | Description |
|---|---|
| InFieldPathInfo | Field Path Info to reach the property |
| InOwnerObject | the object owning the Tracked Property |
| bInIsExposed | is the property already exposed? Default is true. |