Navigation
API > API/Plugins > API/Plugins/RemoteControlLogic > API/Plugins/RemoteControlLogic/Behaviour > API/Plugins/RemoteControlLogic/Behaviour/URCBehaviourNode
- URCBehaviourNode::IsSupported()
- URCBehaviourBindNode::IsSupported()
- URCBehaviourBlueprintNode::IsSupported()
- URCBehaviourConditionalNode::IsSupported()
- URCBehaviourOnValueChangedNode::IsSupported()
- URCBehaviourRangeMapNode::IsSupported()
- URCBehaviourSetAssetByPathNode::IsSupported()
References
| Module | RemoteControlLogic |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Public/Behaviour/RCBehaviourNode.h |
| Include | #include "Behaviour/RCBehaviourNode.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Private/Behaviour/RCBehaviourNode.cpp |
virtual bool IsSupported
(
URCBehaviour * InBehaviour
) const
Remarks
Whether node supported based on input handle
Parameters
| Name | Description |
|---|---|
| InBehaviour | Remote Control Behaviour |