API reference
API reference
Select your platform
No SDKs available
No versions available

IParameterValidator Interface

Validates whether a parameter type is supported or not.

Overview

Public Member Functions

bool
Tests if a parameter type can be supplied directly to a callback method from.

Details

Member Functions

bool Meta.Conduit.Editor.IParameterValidator.IsSupportedParameterType
( Type type )
Tests if a parameter type can be supplied directly to a callback method from.
Parameters
type
The data type.
Returns
True if the parameter type is supported. False otherwise.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon