Houdini 21.0 Nodes APEX nodes

dict::Contains

Searches the input dictionary for a key.

On this page
Since 21.0

Returns True if the key exists within the dictionary.

Inputs

dict: Dict

The dictionary to search for key.

key: String

The key to look for.

Outputs

success: Bool

Returns True if dict contains key.

APEX nodes