Navigation
API > API/Plugins > API/Plugins/RemoteControlLogic > API/Plugins/RemoteControlLogic/Behaviour > API/Plugins/RemoteControlLogic/Behaviour/Builtin
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URCBehaviourNode
- URCBehaviourOnValueChangedNode
References
| Module | RemoteControlLogic |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Public/Behaviour/Builtin/RCBehaviourOnValueChangedNode.h |
| Include | #include "Behaviour/Builtin/RCBehaviourOnValueChangedNode.h" |
Syntax
UCLASS ()
class URCBehaviourOnValueChangedNode : public URCBehaviourNode
Remarks
On Value Changed Behaviour Node
This behaviour always returns true and thus executes all actions any time the Controller value is modified
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from URCBehaviourNode
| Type | Name | Description | |
|---|---|---|---|
| bool | Execute
(
URCBehaviour* InBehaviour |
Execute behaviour event | |
| bool | IsSupported
(
URCBehaviour* InBehaviour |
Whether node supported based on input handle |