Navigation
API > API/Plugins > API/Plugins/RemoteControlComponents > API/Plugins/RemoteControlComponents/FRemoteControlComponentsUtils
References
| Module | RemoteControlComponents |
| Header | /Engine/Plugins/Experimental/RemoteControlComponents/Source/RemoteControlComponents/Public/RemoteControlComponentsUtils.h |
| Include | #include "RemoteControlComponentsUtils.h" |
| Source | /Engine/Plugins/Experimental/RemoteControlComponents/Source/RemoteControlComponents/Private/RemoteControlComponentsUtils.cpp |
static URemoteControlTrackerComponent * GetTrackerComponent
(
AActor * InActor,
bool bInAddTrackerIfMissing
)
Remarks
Gets the tracker component for the specified Actor. Tracker can be optionally added if missing. The found or created tracker.
Parameters
| Name | Description |
|---|---|
| InActor | the Actor for which we want to retrieve the Tracker Component. Object |
| bInAddTrackerIfMissing | if true, function will add a tracker component when one is missing |