Navigation
API > API/Plugins > API/Plugins/RemoteControlLogic > API/Plugins/RemoteControlLogic/Behaviour
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URCBehaviourNode
- URCBehaviourBlueprintNode
References
| Module | RemoteControlLogic |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Public/Behaviour/RCBehaviourBlueprintNode.h |
| Include | #include "Behaviour/RCBehaviourBlueprintNode.h" |
Syntax
UCLASS (Abstract, Blueprintable)
class URCBehaviourBlueprintNode : public URCBehaviourNode
Remarks
Base blueprint class for behaviour node which holds the logic to execute behaviour
Overridden from URCBehaviourNode
| Type | Name | Description | |
|---|---|---|---|
| bool | Execute
(
URCBehaviour* InBehaviour |
Execute behaviour event | |
| bool | IsSupported
(
URCBehaviour* InBehaviour |
Whether node supported based on input handle | |
| void | OnPassed
(
URCBehaviour* InBehaviour |
Called if executed with true | |
| void | PreExecute
(
URCBehaviour* InBehaviour |
Called before behaviour event |