Navigation
API > API/Plugins > API/Plugins/RemoteControl
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URemoteControlBinding
- URemoteControlLevelIndependantBinding
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlBinding.h |
| Include | #include "RemoteControlBinding.h" |
Syntax
UCLASS&40;BlueprintType&41;
class URemoteControlLevelIndependantBinding : public URemoteControlBinding
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. |