Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMEdGraphSchema
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SupportsPinType
(
const UScriptStruct* ScriptStruct |
Returns true if the schema supports the script type | EdGraph/RigVMEdGraphSchema.h | |
virtual bool SupportsPinType
(
TWeakPtr< const FEdGraphSchemaAction > SchemaAction, |
EdGraph/RigVMEdGraphSchema.h |
SupportsPinType(const UScriptStruct *)
Description
Returns true if the schema supports the script type
| Name | SupportsPinType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphSchema.h |
| Include Path | #include "EdGraph/RigVMEdGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/EdGraph/RigVMEdGraphSchema.cpp |
bool SupportsPinType
(
const UScriptStruct * ScriptStruct
) const
SupportsPinType(TWeakPtr< const FEdGraphSchemaAction >, const FEdGraphPinType &)
| Name | SupportsPinType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphSchema.h |
| Include Path | #include "EdGraph/RigVMEdGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/EdGraph/RigVMEdGraphSchema.cpp |
virtual bool SupportsPinType
(
TWeakPtr < const FEdGraphSchemaAction > SchemaAction,
const FEdGraphPinType & PinType
) const