Navigation
API > API/Plugins > API/Plugins/RemoteControl
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlBinding.h |
| Include | #include "RemoteControlBinding.h" |
Syntax
USTRUCT&40;&41;
struct FRemoteControlInitialBindingContext
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | ComponentName | Name of the component if any. | |
| TSoftClassPtr< AActor > | OwnerActorClass | The class of the actor that's targeted by this binding or the class of the actor that owns the component that is targeted. | |
| FName | OwnerActorName | Name of the initial actor that was targetted by this binding. | |
| FString | SubObjectPath | Path to the subobject if any. | |
| TSoftClassPtr< UObject > | SupportedClass | The class that's supported by this binding. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | |||
| bool | IsEmpty () |