Get Parent Path

Generates a parent path token from another path token. (ex. /World/Cube -> /World)

Installation

To use this Node, you must enable omni.graph.nodes in the Extension Manager.

Inputs

Name

Type

Description

Default

path

token, token[]

One or more path tokens to compute a parent path from. (ex. /World/Cube)

Outputs

Name

Type

Description

Default

parentPath

token, token[]

Parent path token (ex. /World)