Navigation
API > API/Plugins > API/Plugins/RemoteControlComponents > API/Plugins/RemoteControlComponents/URemoteControlComponentsSubsyste-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
URemoteControlPreset * GetRegisteredPreset
(
const UWorld* InWorld |
Returns the Preset currently associated with the specified World | Subsystems/RemoteControlComponentsSubsystem.h | |
URemoteControlPreset * GetRegisteredPreset
(
const UObject* InObject |
Returns the Preset currently associated with the specified Object | Subsystems/RemoteControlComponentsSubsystem.h |
GetRegisteredPreset(const UWorld *)
Description
Returns the Preset currently associated with the specified World
| Name | GetRegisteredPreset |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteControlComponents/Source/RemoteControlComponents/Public/Subsystems/RemoteControlComponentsSubsystem.h |
| Include Path | #include "Subsystems/RemoteControlComponentsSubsystem.h" |
| Source | /Engine/Plugins/Experimental/RemoteControlComponents/Source/RemoteControlComponents/Private/Subsystems/RemoteControlComponentsSubsystem.cpp |
URemoteControlPreset * GetRegisteredPreset
(
const UWorld * InWorld
) const
GetRegisteredPreset(const UObject *)
Description
Returns the Preset currently associated with the specified Object
| Name | GetRegisteredPreset |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteControlComponents/Source/RemoteControlComponents/Public/Subsystems/RemoteControlComponentsSubsystem.h |
| Include Path | #include "Subsystems/RemoteControlComponentsSubsystem.h" |
| Source | /Engine/Plugins/Experimental/RemoteControlComponents/Source/RemoteControlComponents/Private/Subsystems/RemoteControlComponentsSubsystem.cpp |
URemoteControlPreset * GetRegisteredPreset
(
const UObject * InObject
) const