| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Animation/ControlRig/Source/ControlRigDeveloper/Public/Graph/ControlRigGraphSchema.h |
Include |
#include "Graph/ControlRigGraphSchema.h" |
UCLASS()
class UControlRigGraphSchema : public UEdGraphSchema
Name | Description | |
---|---|---|
|
UControlRigGraphSchema() |
Name | Description | ||
---|---|---|---|
|
UControlRigG... |
CreateGraphNode ( |
Create a graph node for a rig |
|
void |
EndGraphNodeInteraction ( |
|
|
TSubclassOf<... |
GetGraphNodeClass() |
Allow derived classes to spawn derived node classes. |
|
FVector2D |
GetNodePositionAtStartOfInteraction ( |
|
|
GetNodesToMoveForNode ( |
||
|
void |
GetVariablePinTypes ( |
Returns all of the applicable pin types for variables within a control rig |
|
void |
HandleModifiedEvent ( |
|
|
bool |
IsControlRigDefaultEvent ( |
|
|
bool |
IsStructEditable ( |
|
|
void |
LayoutNodes ( |
Automatically layout the passed-in nodes |
|
void |
RenameNode ( |
Helper function to rename a node |
|
void |
ResetPinDefaultsRecursive ( |
Helper function to recursively reset the pin defaults |
|
void |
SetNodePosition ( |
|
|
void |
StartGraphNodeInteraction ( |
|
|
bool |
SupportsPinType ( |
Returns true if the schema supports the script type |
Name | Description | ||
---|---|---|---|
|
bool |
ArePinsCompatible ( |
Returns true if the types and directions of two pins are schema compatible. |
|
BeginGraphDragAction ( |
Begins a drag and drop action to drag a graph action into another graph |
|
|
void |
BreakPinLinks ( |
Breaks all links from/to a single pin |
|
void |
BreakSinglePinLink ( |
Breaks the link between two nodes. |
|
const FPinCo... |
CanCreateConnection ( |
Determine if a connection can be created between two pins. |
|
bool |
CanDuplicateGraph ( |
Can this graph type be duplicated? |
|
bool |
CanGraphBeDropped ( |
Can the function graph be dropped into another graph |
|
bool |
CanVariableBeDropped |
Check whether variables can be dropped onto the graph |
|
void |
ClearPinWatch ( |
If the specified pin is currently being watched, then this will clear the watch from the graph's debug system. |
|
FConnectionD... |
CreateConnectionDrawingPolicy ( |
Returns new FConnectionDrawingPolicy from this schema |
|
bool |
DoesSupportPinWatching() |
An easy way to check to see if the current graph system supports pin watching. |
|
UEdGraphPin ... |
DropPinOnNode ( |
Some schemas have nodes that support the user dynamically adding pins when dropping a connection on the node |
|
void |
GetContextMenuActions ( |
Gets actions that should be added to the right-click context menu for a node or pin |
|
GetFindReferenceSearchTerm ( |
Returns a custom reference string for searching within the blueprint based on a given action |
|
|
GetGraphCategory ( |
Returns an optional category for a graph |
|
|
void |
GetGraphContextActions ( |
Get all actions that can be performed when right clicking on a graph or drag-releasing on a graph from a pin |
|
void |
GetGraphDisplayInformation ( |
Gets display information for a graph |
|
EGraphType |
GetGraphType ( |
|
|
bool |
GetLocalVariables ( |
Returns the local variables related to the graph. |
|
TSharedPtr< ... |
GetNameValidator ( |
Returns a name validator appropiate for the schema and object that is being named |
|
GetPinTypeColor ( |
Gets the draw color of a pin based on it's type. |
|
|
void |
InsertAdditionalActions ( |
Insert additional actions into the blueprint action menu |
|
bool |
IsPinBeingWatched ( |
Checks to see if the specified pin is being watched by the graph's debug system. |
|
TSharedPtr< ... |
MakeActionFromVariableDescription ( |
Generates a graph schema action from a graph and a variable description. |
|
bool |
MarkBlueprintDirtyFromNewNode ( |
Returns true if the schema wants to overdrive the behaviour of dirtying the blueprint on new node creation. |
|
void |
OnPinConnectionDoubleCicked ( |
Handles double-clicking on a pin<->pin connection |
|
bool |
RequestVariableDropOnPanel |
Request to drop a variable on a panel |
|
bool |
RequestVariableDropOnPin ( |
Request to drop a variable on a pin |
|
bool |
SafeDeleteNodeFromGraph ( |
Perform any logic necessary to safely remove this node from the graph. |
|
void |
SetNodePosition ( |
Sets a node's position. |
|
void |
SetPinBeingDroppedOnNode ( |
Let's the schema know about the next pin being dropped |
|
bool |
ShouldAlwaysPurgeOnModification() |
When a node is removed, this method determines whether we should remove it immediately or use the old (slower) code path that results in all node being recreated: |
|
bool |
ShouldHidePinDefaultValue ( |
If we should disallow viewing and editing of the supplied pin |
|
bool |
SupportsDropPinOnNode ( |
Checks if the node supports dropping a pin on it |
|
bool |
SupportsPinType ( |
Returns true if the schema supports the pin type through the schema action |
|
bool |
SupportsPinTypeContainer ( |
Returns true if the schema supports the pin type through the schema action |
|
bool |
TryCreateConnection ( |
Try to make a connection between two pins. |
|
bool |
TryDeleteGraph ( |
Try to delete the graph through the schema, return true if successful |
|
bool |
TryRenameGraph |
Try to rename a graph through the schema, return true if successful |
|
void |
TrySetDefaultObject ( |
Sets the object to the specified pin |
|
void |
TrySetDefaultText ( |
Sets the text to the specified pin |
|
void |
TrySetDefaultValue ( |
Sets the string to the specified pin; even if it is invalid it is still set. |
|
TrySetGraphCategory |
Tentatively sets the category for a given graph |
|
|
bool |
TryToGetChildEvents ( |
Try to retrieve the event child actions for a given graph |
Name |
Description |
---|---|
GraphName_ControlRig |
Name constants |