Navigation
API > API/Plugins > API/Plugins/RemoteControlLogic > API/Plugins/RemoteControlLogic/Behaviour > API/Plugins/RemoteControlLogic/Behaviour/Builtin > API/Plugins/RemoteControlLogic/Behaviour/Builtin/RangeMap
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URCBehaviourNode
- URCBehaviourRangeMapNode
References
| Module | RemoteControlLogic |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Public/Behaviour/Builtin/RangeMap/RCBehaviourRangeMapNode.h |
| Include | #include "Behaviour/Builtin/RangeMap/RCBehaviourRangeMapNode.h" |
Syntax
UCLASS&40;&41;
class URCBehaviourRangeMapNode : public URCBehaviourNode
Remarks
Uses the given properties and values to limit the values of the Controller and perform lerp operations for the values.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from URCBehaviourNode
| Type | Name | Description | |
|---|---|---|---|
| bool | Execute
(
URCBehaviour* InBehaviour |
Execute behaviour event | |
| UClass * | Get the Behaviour class for this Behaviour node | ||
| bool | IsSupported
(
URCBehaviour* InBehaviour |
Whether node supported based on input handle | |
| void | OnPassed
(
URCBehaviour* InBehaviour |
Called if executed with true |