Navigation
API > API/Plugins > API/Plugins/RemoteControlLogic > API/Plugins/RemoteControlLogic/URCController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 RemoveBehaviour
(
URCBehaviour* InBehaviour |
Remove the behaviour by behaviour UObject pointer | Controller/RCController.h | |
virtual int32 RemoveBehaviour
(
const FGuid InBehaviourId |
Remove the behaviour by behaviour id | Controller/RCController.h |
RemoveBehaviour(URCBehaviour *)
Description
Remove the behaviour by behaviour UObject pointer
| Name | RemoveBehaviour |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Public/Controller/RCController.h |
| Include Path | #include "Controller/RCController.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Private/Controller/RCController.cpp |
virtual int32 RemoveBehaviour
(
URCBehaviour * InBehaviour
)
RemoveBehaviour(const FGuid)
Description
Remove the behaviour by behaviour id
| Name | RemoveBehaviour |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Public/Controller/RCController.h |
| Include Path | #include "Controller/RCController.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Private/Controller/RCController.cpp |
virtual int32 RemoveBehaviour
(
const FGuid InBehaviourId
)