|
void | AddInputExecutionPin (plStringView sName, const plHashedString &sDynamicPinProperty=plHashedString()) |
|
void | AddOutputExecutionPin (plStringView sName, const plHashedString &sDynamicPinProperty=plHashedString(), bool bSplitExecution=false) |
|
void | AddInputDataPin (plStringView sName, const plRTTI *pDataType, plVisualScriptDataType::Enum scriptDataType, bool bRequired, const plHashedString &sDynamicPinProperty=plHashedString(), PinDesc::DeductTypeFunc deductTypeFunc=nullptr, bool bReplaceWithArray=false) |
|
void | AddOutputDataPin (plStringView sName, const plRTTI *pDataType, plVisualScriptDataType::Enum scriptDataType, const plHashedString &sDynamicPinProperty=plHashedString(), PinDesc::DeductTypeFunc deductTypeFunc=nullptr) |
|
PL_ALWAYS_INLINE bool | NeedsTypeDeduction () const |
|
The documentation for this struct was generated from the following files:
- Code/EditorPlugins/VisualScript/EditorPluginVisualScript/VisualScriptGraph/VisualScriptNodeRegistry.h
- Code/EditorPlugins/VisualScript/EditorPluginVisualScript/VisualScriptGraph/VisualScriptNodeRegistry.cpp