![]() |
Plasma Engine
2.0
|
Public Member Functions | |
plVisualScriptPin (Type type, plStringView sName, const plVisualScriptNodeRegistry::PinDesc &pinDesc, const plDocumentObject *pObject, plUInt32 uiDataPinIndex, plUInt32 uiElementIndex) | |
PL_ALWAYS_INLINE bool | IsExecutionPin () const |
PL_ALWAYS_INLINE bool | IsDataPin () const |
PL_ALWAYS_INLINE const plRTTI * | GetDataType () const |
PL_ALWAYS_INLINE plVisualScriptDataType::Enum | GetScriptDataType () const |
plVisualScriptDataType::Enum | GetResolvedScriptDataType () const |
plStringView | GetDataTypeName () const |
PL_ALWAYS_INLINE plUInt32 | GetDataPinIndex () const |
PL_ALWAYS_INLINE plUInt32 | GetElementIndex () const |
PL_ALWAYS_INLINE bool | IsRequired () const |
PL_ALWAYS_INLINE bool | HasDynamicPinProperty () const |
PL_ALWAYS_INLINE bool | SplitExecution () const |
PL_ALWAYS_INLINE bool | ReplaceWithArray () const |
PL_ALWAYS_INLINE bool | NeedsTypeDeduction () const |
PL_ALWAYS_INLINE const plHashedString & | GetDynamicPinProperty () const |
PL_ALWAYS_INLINE plVisualScriptNodeRegistry::PinDesc::DeductTypeFunc | GetDeductTypeFunc () const |
bool | CanConvertTo (const plVisualScriptPin &targetPin, bool bUseResolvedDataTypes=true) const |
![]() | |
plPin (Type type, plStringView sName, const plColorGammaUB &color, const plDocumentObject *pObject) | |
Type | GetType () const |
const char * | GetName () const |
const plColorGammaUB & | GetColor () const |
const plDocumentObject * | GetParent () const |
![]() | |
virtual const plRTTI * | GetDynamicRTTI () const |
bool | IsInstanceOf (const plRTTI *pType) const |
Returns whether the type of this instance is of the given type or derived from it. | |
template<typename T > | |
PL_ALWAYS_INLINE bool | IsInstanceOf () const |
Returns whether the type of this instance is of the given type or derived from it. | |
Additional Inherited Members | |
![]() | |
enum class | Type { Input , Output } |
enum class | Shape { Circle , Rect , RoundRect , Arrow , Default = Circle } |
![]() | |
static const plRTTI * | GetStaticRTTI () |
![]() | |
Shape | m_Shape = Shape::Default |