Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/URemoteControlLevelIndependantBi-
- URemoteControlBinding::ResolveForWorld()
- URemoteControlLevelIndependantBinding::ResolveForWorld()
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlBinding.h |
| Include | #include "RemoteControlBinding.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlBinding.cpp |
virtual UObject * ResolveForWorld
(
const UWorld * InWorld
) const
Remarks
Return the Entity Object in the given world The object in the given world or nullptr if not found
Parameters
| Name | Description |
|---|---|
| InWorld | World where to retrieve the object |