Navigation
API > API/Plugins > API/Plugins/RemoteControlComponents > API/Plugins/RemoteControlComponents/FRemoteControlComponentsUtils
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static URemoteControlPreset * GetCurrentPreset
(
const UObject* InObject |
Gets the Remote Control Preset currently handling the specified Object | RemoteControlComponentsUtils.h | |
static URemoteControlPreset * GetCurrentPreset
(
const UWorld* InWorld |
Gets the Remote Control Preset currently handling the specified World | RemoteControlComponentsUtils.h |
GetCurrentPreset(const UObject *)
Description
Gets the Remote Control Preset currently handling the specified Object
| Name | GetCurrentPreset |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteControlComponents/Source/RemoteControlComponents/Public/RemoteControlComponentsUtils.h |
| Include Path | #include "RemoteControlComponentsUtils.h" |
| Source | /Engine/Plugins/Experimental/RemoteControlComponents/Source/RemoteControlComponents/Private/RemoteControlComponentsUtils.cpp |
static URemoteControlPreset * GetCurrentPreset
(
const UObject * InObject
)
GetCurrentPreset(const UWorld *)
Description
Gets the Remote Control Preset currently handling the specified World
| Name | GetCurrentPreset |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteControlComponents/Source/RemoteControlComponents/Public/RemoteControlComponentsUtils.h |
| Include Path | #include "RemoteControlComponentsUtils.h" |
| Source | /Engine/Plugins/Experimental/RemoteControlComponents/Source/RemoteControlComponents/Private/RemoteControlComponentsUtils.cpp |
static URemoteControlPreset * GetCurrentPreset
(
const UWorld * InWorld
)