Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Schema Handler Entry' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| boolean | Enabled | |
| boolean | Allow Custom Render Contexts | If true, it means the handler allows the user to manually specify which render contexts to parse (e.g. the default 'universal' handler does this).If false, it means the handler is hard-coded to only look for a particular render context (e.g. the default MaterialX handler does this). |
| string | Custom Render Contexts | The full list of custom render contexts that this handler should try parsing.This is only used whenever bAllowCustomRenderContexts is enabled.This value is initialized with the value of DefaultRenderContexts within FSchemaHandlerRegistry::Register. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Schema Handler Entry |