Navigation
API > API/Plugins > API/Plugins/RemoteControl
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URemoteControlBinding
- URemoteControlLevelDependantBinding
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlBinding.h |
| Include | #include "RemoteControlBinding.h" |
Syntax
UCLASS&40;BlueprintType&41;
class URemoteControlLevelDependantBinding : public URemoteControlBinding
Functions
| Type | Name | Description | |
|---|---|---|---|
| UWorld * | GetCurrentWorld
(
bool bAllowPIE |
Get the current world associated with the preset or the editor world as a fallback. | |
| UClass * | Get the suppported class of the bound object or of the owner of the bound object in the case of a bound component. | ||
| void | Initialize this binding to be used with the new current level. | ||
| void | SetBoundObject
(
const TSoftObjectPtr< ULevel >& Level, |
Set the bound object by specifying the level it resides in. | |
| void | SetBoundObject_OverrideContext
(
const TSoftObjectPtr< UObject >& InObject |
Set the bound object and reinitialize the context used for rebinding purposes. |
Overridden from URemoteControlBinding
| Type | Name | Description | |
|---|---|---|---|
| bool | IsBound
(
const TSoftObjectPtr< UObject >& Object |
Check if the object is bound. | |
| bool | IsValid () |
Whether this binding represents a valid object. | |
| bool | Remove objects that were deleted from the binding. | ||
| UObject * | Resolve () |
Resolve the bound object for the current map. Will return the PIE object when in a PIE session. | |
| void | SetBoundObject
(
const TSoftObjectPtr< UObject >& InObject |
Set the object this binding should represent. | |
| void | UnbindObject
(
const TSoftObjectPtr< UObject >& InBoundObject |
Unset the underlying object this binding currently represents. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |