Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NotYetGames/DlgSystem
/ functions
Functions
1,935 in github.com/NotYetGames/DlgSystem
⨍
Functions
1,935
◇
Types & classes
479
Method
GetGraphNodesForClassBoolVariableName
* Gets all the graph nodes that contain the specified BoolVariableName from the UClass. * This contains both graph nodes and edges. */
Source/DlgSystemEditor/Private/DialogueSearch/DialogueSearchUtilities.h:155
Method
GetGraphNodesForClassFNameVariableName
* Gets all the graph nodes that contain the specified FNameVariableName from the UClass. * This contains both graph nodes and edges. */
Source/DlgSystemEditor/Private/DialogueSearch/DialogueSearchUtilities.h:169
Method
GetGraphNodesForClassFTextVariableName
* Gets all the graph nodes that contain the specified FNameVariableName from the UClass. * This contains both graph nodes and edges. */
Source/DlgSystemEditor/Private/DialogueSearch/DialogueSearchUtilities.h:183
Method
GetGraphNodesForClassFloatVariableName
* Gets all the graph nodes that contain the specified FloatVariableName from the UClass. * This contains both graph nodes and edges. */
Source/DlgSystemEditor/Private/DialogueSearch/DialogueSearchUtilities.h:138
Method
GetGraphNodesForClassIntVariableName
* Gets all the graph nodes that contain the specified IntVariableName from the UClass. * This contains both graph nodes and edges. */
Source/DlgSystemEditor/Private/DialogueSearch/DialogueSearchUtilities.h:122
Method
GetGraphNodesForConditionEventCallName
Source/DlgSystemEditor/Private/DialogueSearch/DialogueSearchUtilities.cpp:52
Method
GetGraphNodesForCustomEvent
Source/DlgSystemEditor/Private/DialogueSearch/DialogueSearchUtilities.cpp:32
Method
GetGraphNodesForEventEventName
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////// FDialogueSearchUtilities
Source/DlgSystemEditor/Private/DialogueSearch/DialogueSearchUtilities.cpp:12
Method
GetGraphNodesForFNameVariableName
* Gets all the graph nodes that contain the specified FNameVariableName basic type. * This contains both graph nodes and edges. */
Source/DlgSystemEditor/Private/DialogueSearch/DialogueSearchUtilities.h:108
Method
GetGraphNodesForFloatVariableName
* Gets all the graph nodes that contain the specified FloatVariableName basic type. * This contains both graph nodes and edges. */
Source/DlgSystemEditor/Private/DialogueSearch/DialogueSearchUtilities.h:78
Method
GetGraphNodesForIntVariableName
* Gets all the graph nodes that contain the specified IntVariableName basic type. * This contains both graph nodes and edges. */
Source/DlgSystemEditor/Private/DialogueSearch/DialogueSearchUtilities.h:62
Method
GetGraphNodesForTextArgumentVariable
Source/DlgSystemEditor/Private/DialogueSearch/DialogueSearchUtilities.cpp:140
Method
GetGraphNodesForVariablesOfNameAndType
Source/DlgSystemEditor/Private/DialogueSearch/DialogueSearchUtilities.cpp:88
Method
GetHighlightText
Gets the text to highlight in the suggestion list */
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/Widgets/SDialogueTextPropertyPickList.h:161
Method
GetIconAndTint
Source/DlgSystemEditor/Private/BlueprintNodes/DialogueK2Node_Select.cpp:359
Method
GetIconAndTint
@return Icon to use in menu or on node */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode_Base.h:91
Method
GetIconName
Source/DlgSystemEditor/Private/DialogueContentBrowserExtensions.cpp:92
Method
GetIndexOverlayTooltipText
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/SDialogueGraphNode.cpp:516
Method
GetIndexText
Gets the text to display in the index overlay */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/SDialogueGraphNode.h:166
Function
GetIntNames
Source/DlgSystem/Public/DlgDialogue.h:469
Method
GetIntValueVisibility
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/DialogueEvent_Details.h:62
Method
GetIntValueVisibility
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/DialogueCondition_Details.h:85
Method
GetJumpToAssetText
Source/DlgSystemEditor/Private/DialogueBrowser/SDialogueBrowser.cpp:1840
Method
GetJumpToObjectText
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/Widgets/DialogueObject_CustomRowHelper.cpp:199
Method
GetJumpToObjectText
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/Widgets/DialogueEnumTypeWithObject_CustomRowHelper.cpp:65
Method
GetKeyValue
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/Widgets/SDialogueTextPropertyEditableTextBox.cpp:770
Method
GetLastTargetGraphEdgeBeforeDrag
Source/DlgSystemEditor/Private/DialogueEditorUtilities.cpp:126
Method
GetLastTargetGraphEdgeBeforeDrag
Used only on drag/drop operations of edges.
Source/DlgSystemEditor/Private/DialogueEditor/DialogueEditor.h:164
Method
GetLifetimeReplicatedProps
Source/DlgSystem/Private/DlgContext.cpp:23
Method
GetListViewWidget
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/Widgets/SDialogueTextPropertyPickList.cpp:254
Method
GetLocalizableCheckState
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/Widgets/SDialogueTextPropertyEditableTextBox.cpp:907
Method
GetLocalizableVisibility
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/Widgets/SDialogueTextPropertyEditableTextBox.cpp:364
Method
GetLongTermMemoryVisibility
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/DialogueCondition_Details.h:120
Method
GetMemberNameDialogueNode
Helper constants to get the names of some properties. Used by the DlgSystemEditor module. */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.h:365
Function
GetMemberNameGUID
Source/DlgSystem/Public/Nodes/DlgNode.h:271
Function
GetMemberNameName
Helper functions to get the names of some properties. Used by the DlgSystemEditor module.
Source/DlgSystem/Public/DlgDialogue.h:166
Method
GetMemberNameNodeIndex
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.h:366
Function
GetMemberNameNodes
Source/DlgSystem/Public/DlgDialogue.h:170
Function
GetMemberNameParticipantsData
Source/DlgSystem/Public/DlgDialogue.h:168
Function
GetMemberNameText
Helper functions to get the names of some properties. Used by the DlgSystemEditor module.
Source/DlgSystem/Public/Nodes/DlgNode_Speech.h:109
Function
GetMemberNameTextArguments
Source/DlgSystem/Public/Nodes/DlgNode_Speech.h:110
Method
GetMenuActions
Source/DlgSystemEditor/Private/BlueprintNodes/DialogueK2Node_Select.cpp:421
Method
GetMenuActions
/////////////////////////////////////////////////////////////////////////////////////////////////////////// Begin UK2Node Interface
Source/DlgSystemEditor/Private/BlueprintNodes/DialogueK2Node_SwitchDialogueCallback.cpp:47
Method
GetMenuCategory
Source/DlgSystemEditor/Private/BlueprintNodes/DialogueK2Node_Select.cpp:442
Method
GetMenuCategory
Source/DlgSystemEditor/Private/BlueprintNodes/DialogueK2Node_SwitchDialogueCallback.cpp:68
Method
GetMenuWidget
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/Widgets/SDialogueTextPropertyPickList.cpp:139
Method
GetMessageLogModule
Source/DlgSystem/Private/Logging/INYLogger.cpp:77
Method
GetModifierKeyFromDialogueSettings
Gets the appropriate modifier key for an input field depending on the Dialogue System Settings */
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/DialogueDetailsPanelUtils.h:77
Method
GetMutableActiveNodeAsSpeechSequence
Source/DlgSystem/Private/DlgContext.cpp:546
Method
GetMutableDialogueEdgeFromParentNode
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode_Edge.cpp:202
Function
GetMutableEnterConditionAt
Gets the mutable enter condition at location EnterConditionIndex.
Source/DlgSystem/Public/Nodes/DlgNode.h:132
Function
GetMutableNodeChildAt
Unsafe version, can be null
Source/DlgSystem/Public/Nodes/DlgNode.h:187
Function
GetMutableNodeFromGUID
Source/DlgSystem/Public/DlgDialogue.h:586
Function
GetMutableNodeSpeechSequence
Gets the SpeechSequence as a mutable array
Source/DlgSystem/Public/Nodes/DlgNode_SpeechSequence.h:117
Function
GetMutableStartNode
Source/DlgSystem/Public/DlgDialogue.h:563
Method
GetName
Source/DlgSystemEditor/Private/AssetTypeActions/AssetTypeActions_DlgBlueprintDerived.h:90
Method
GetName
Source/DlgSystemEditor/Private/AssetTypeActions/AssetTypeActions_DlgBlueprintDerived.h:103
Method
GetName
Source/DlgSystemEditor/Private/AssetTypeActions/AssetTypeActions_DlgBlueprintDerived.h:116
Function
GetNameNames
Source/DlgSystem/Public/DlgDialogue.h:490
Method
GetNameValueVisibility
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/DialogueEvent_Details.h:76
Method
GetNameValueVisibility
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/DialogueCondition_Details.h:101
Method
GetNameWithoutPrefix
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Source/DlgSystem/Private/IO/DlgConfigWriter.cpp:717
Method
GetNamespaceOverridenWarningImageVisibility
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/Widgets/SDialogueTextPropertyEditableTextBox.cpp:967
Method
GetNamespaceValue
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/Widgets/SDialogueTextPropertyEditableTextBox.cpp:678
Method
GetNewNamespaceAndKey
Source/DlgSystem/Private/DlgLocalizationHelper.cpp:62
Method
GetNodeBackgroundColor
Begin UDialogueGraphNode_Base interface Gets the background color of this node. */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode_Edge.h:75
Method
GetNodeBackgroundColor
Gets the background color of this node. */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode_Root.h:43
Method
GetNodeBackgroundColor
Gets the background color of this node. */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode_Base.h:115
Method
GetNodeBodyWidget
/////////////////////////////////////////////////////////////////////////////////////////////////////////// Begin own functions
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/SDialogueGraphNode.cpp:287
Method
GetNodeContextMenuActions
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.cpp:202
Function
GetNodeData
Source/DlgSystem/Public/Nodes/DlgNode.h:260
Function
GetNodeData
Source/DlgSystem/Public/Nodes/DlgNode_Speech.h:70
Method
GetNodeDataVisibility
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/DialogueDetailsPanelUtils.h:56
Method
GetNodeDepth
Gets the node depth in the graph. */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.h:255
Method
GetNodeGUIDForIndex
Source/DlgSystem/Private/DlgDialogue.cpp:778
Function
GetNodeGenericData
Source/DlgSystem/Public/Nodes/DlgNode.h:257
Function
GetNodeGenericData
Source/DlgSystem/Public/Nodes/DlgNode_Speech.h:76
Method
GetNodeGenericDataVisibility
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/DialogueDetailsPanelUtils.h:66
Method
GetNodeIndexForGUID
Source/DlgSystem/Private/DlgDialogue.cpp:789
Method
GetNodeIndexForGUID
Source/DlgSystem/Private/DlgContext.cpp:414
Method
GetNodeNameFromNode
Source/DlgSystemEditor/Private/Commandlets/DlgExportTwineCommandlet.cpp:405
Function
GetNodeParticipantName
Source/DlgSystem/Public/Nodes/DlgNode.h:115
Method
GetNodeRefreshPriority
Source/DlgSystemEditor/Private/BlueprintNodes/DialogueK2Node_Select.h:47
Method
GetNodeSelectionCount
* Returns the currently selected graph node count * * @param Graph The active graph to find the selection count for */
Source/DlgSystemEditor/Private/DialogueEditor/Graph/DialogueGraphSchema.h:149
Method
GetNodeTitle
Source/DlgSystemEditor/Private/BlueprintNodes/DialogueK2Node_SwitchDialogueCallbackVariants.cpp:10
Method
GetNodeTitle
Source/DlgSystemEditor/Private/BlueprintNodes/DialogueK2Node_Select.cpp:354
Method
GetNodeTitle
Source/DlgSystemEditor/Private/BlueprintNodes/DialogueK2Node_SwitchDialogueCallback.cpp:33
Method
GetNodeTitle
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode_Edge.cpp:63
Method
GetNodeTitle
Begin UEdGraphNode interface Gets the name of this node, shown in title bar */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode_Root.h:19
Method
GetNodeTitleColor
Gets the draw color of a node's title bar. */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode_Base.h:88
Function
GetNodeTypeString
Source/DlgSystem/Public/Nodes/DlgNode_End.h:32
Function
GetNodeTypeString
Source/DlgSystem/Public/Nodes/DlgNode_SpeechSequence.h:95
Function
GetNodeTypeString
Source/DlgSystem/Public/Nodes/DlgNode_Speech.h:81
Method
GetNodeVisibility
Begin SDialogueGraphNode_Base Interface
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/SDialogueGraphNode_Edge.h:61
Method
GetNodeVisibility
Begin SDialogueGraphNode_Base Interface
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/SDialogueGraphNode.h:71
Method
GetNodeVisibility
Is the current node visible? */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/SDialogueGraphNode_Base.h:45
Function
GetNodeVoiceDialogueWave
Source/DlgSystem/Public/Nodes/DlgNode.h:248
Function
GetNodeVoiceDialogueWave
Source/DlgSystem/Public/Nodes/DlgNode_Speech.h:75
Function
GetNodeVoiceSoundBase
Source/DlgSystem/Public/Nodes/DlgNode_Speech.h:74
Method
GetNodeWordCount
Source/DlgSystemEditor/Private/Commandlets/DlgStatsCommandlet.cpp:81
← previous
next →
1,001–1,100 of 1,935, ranked by callers