Navigation
API > API/Plugins > API/Plugins/RemoteControlLogic > API/Plugins/RemoteControlLogic/Behaviour > API/Plugins/RemoteControlLogic/Behaviour/Builtin > API/Plugins/RemoteControlLogic/Behaviour/Builtin/Path
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URCBehaviourNode
- URCBehaviourSetAssetByPathNode
References
| Module | RemoteControlLogic |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Public/Behaviour/Builtin/Path/RCBehaviourSetAssetByPathNode.h |
| Include | #include "Behaviour/Builtin/Path/RCBehaviourSetAssetByPathNode.h" |
Syntax
UCLASS ()
class URCBehaviourSetAssetByPathNode : public URCBehaviourNode
Remarks
Takes the string as a path and goes on to search for the Asset it is connected to, setting it to a Target Exposed Property.
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 |