Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/FRemoteControlEntity
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlEntity.h |
| Include | #include "RemoteControlEntity.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlEntity.cpp |
UObject * GetBoundObjectForWorld
(
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 |