|
void | AddInputExecutionPin (xiiStringView sName, const xiiHashedString &sDynamicPinProperty=xiiHashedString()) |
|
void | AddOutputExecutionPin (xiiStringView sName, const xiiHashedString &sDynamicPinProperty=xiiHashedString(), bool bSplitExecution=false) |
|
void | AddInputDataPin (xiiStringView sName, const xiiRTTI *pDataType, xiiVisualScriptDataType::Enum scriptDataType, bool bRequired, const xiiHashedString &sDynamicPinProperty=xiiHashedString(), PinDesc::DeductTypeFunc deductTypeFunc=nullptr, bool bReplaceWithArray=false) |
|
void | AddOutputDataPin (xiiStringView sName, const xiiRTTI *pDataType, xiiVisualScriptDataType::Enum scriptDataType, const xiiHashedString &sDynamicPinProperty=xiiHashedString(), PinDesc::DeductTypeFunc deductTypeFunc=nullptr) |
|
XII_ALWAYS_INLINE bool | NeedsTypeDeduction () const |
|
The documentation for this struct was generated from the following files:
- /home/runner/work/XII/XII/Source/EditorPlugins/VisualScript/EditorPluginVisualScript/VisualScriptGraph/VisualScriptNodeRegistry.h
- /home/runner/work/XII/XII/Source/EditorPlugins/VisualScript/EditorPluginVisualScript/VisualScriptGraph/Implementation/VisualScriptNodeRegistry.cpp