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
FilterDoesChildContainText
Called inside GetPathToChildThatContainsText to determine if the child has the text */
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewNode.h:163
Method
FilterDoesChildContainText
Source/DlgSystemEditor/Private/DialogueBrowser/DialogueBrowserTreeNode.h:257
Method
FilterIsChildVisible
Called inside GetPathToChildThatContainsText after we got the path of the GrandChild */
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewNode.h:157
Method
FilterIsChildVisible
Source/DlgSystemEditor/Private/DialogueBrowser/DialogueBrowserTreeNode.h:252
Method
FindDifferenceBetweenNodeEdgesAndLinkedToPins
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.cpp:788
Method
FindInContentBrowserForItem
Source/DlgSystemEditor/Private/DialogueBrowser/SDialogueBrowser.cpp:1487
Method
FindNextWord
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Source/DlgSystem/Private/IO/DlgConfigParser.cpp:256
Method
FindNextWordAndCheckIfBlockEnd
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Source/DlgSystem/Private/IO/DlgConfigParser.cpp:376
Method
FindNextWordAndCheckIfBlockStart
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Source/DlgSystem/Private/IO/DlgConfigParser.cpp:364
Method
FixBrokenOldIndicesAndUpdateGUID
Source/DlgSystemEditor/Private/DialogueEditor/DialogueCompiler.cpp:308
Method
FocusSearchBox
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/Widgets/SDialogueTextPropertyPickList.cpp:491
Method
GENERATED_USTRUCT_BODY
Source/DlgSystem/Private/Tests/DlgIOTesterTypes.h:16
Method
GatherParticipantsRecursive
Source/DlgSystem/Private/DlgManager.cpp:576
Method
GenerateExternalURLsMenu
Source/DlgSystemEditor/Private/DialogueEditor/DialogueEditor.cpp:701
Method
GenerateFilteredItems
Source/DlgSystem/Private/GameplayDebugger/SDlgDataDisplay.cpp:314
Method
GenerateFilteredItems
Source/DlgSystemEditor/Private/DialogueBrowser/SDialogueBrowser.cpp:495
Method
GeneratePrimarySecondaryEdgesMenu
Source/DlgSystemEditor/Private/DialogueEditor/DialogueEditor.cpp:687
Method
GetActions
Source/DlgSystemEditor/Private/AssetTypeActions/AssetTypeActions_DlgDialogue.cpp:7
Method
GetActiveLineNumber
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Source/DlgSystem/Private/IO/DlgConfigParser.cpp:422
Method
GetActiveNodeAsSpeechSequence
Source/DlgSystem/Private/DlgContext.cpp:551
Method
GetActiveNodeData
Source/DlgSystem/Private/DlgContext.cpp:284
Function
GetActiveNodeGUID
Source/DlgSystem/Public/DlgContext.h:303
Method
GetActiveNodeGenericData
Source/DlgSystem/Private/DlgContext.cpp:272
Function
GetActiveNodeIndex
Source/DlgSystem/Public/DlgContext.h:300
Method
GetActiveNodeParticipant
Source/DlgSystem/Private/DlgContext.cpp:319
Method
GetActiveNodeParticipantDisplayName
Source/DlgSystem/Private/DlgContext.cpp:354
Method
GetActiveNodeParticipantIcon
Source/DlgSystem/Private/DlgContext.cpp:296
Method
GetActiveNodeParticipantName
Source/DlgSystem/Private/DlgContext.cpp:342
Method
GetActiveNodeSpeakerState
Source/DlgSystem/Private/DlgContext.cpp:224
Method
GetActiveNodeVoiceDialogueWave
Source/DlgSystem/Private/DlgContext.cpp:260
Method
GetActiveNodeVoiceSoundBase
Source/DlgSystem/Private/DlgContext.cpp:248
Method
GetActiveNodeVoiceSoundWave
Source/DlgSystem/Private/DlgContext.cpp:236
Method
GetActiveWordAsFloat
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Source/DlgSystem/Private/IO/DlgConfigParser.cpp:205
Method
GetAllChildClassesOf
Source/DlgSystem/Private/DlgHelper.cpp:189
Method
GetAllClassesImplementingInterface
Source/DlgSystem/Private/DlgHelper.cpp:222
Method
GetAllDialogueNodeActions
Source/DlgSystemEditor/Private/DialogueEditor/Graph/DialogueGraphSchema.cpp:478
Function
GetAllDialoguesBoolNames
Source/DlgSystem/Public/DlgManager.h:282
Method
GetAllDialoguesCallbackNames
Gets all the condition name suggestions depending on ConditionType from all Dialogues.
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/DialogueCondition_Details.h:160
Function
GetAllDialoguesConditionNames
Source/DlgSystem/Public/DlgManager.h:296
Function
GetAllDialoguesEventNames
Source/DlgSystem/Public/DlgManager.h:303
Function
GetAllDialoguesFloatNames
Source/DlgSystem/Public/DlgManager.h:275
Method
GetAllDialoguesForParticipantName
Source/DlgSystem/Private/DlgManager.cpp:434
Method
GetAllDialoguesFromMemory
Source/DlgSystem/Private/DlgManager.cpp:250
Method
GetAllDialoguesGUIDsMap
Source/DlgSystem/Private/DlgManager.cpp:372
Function
GetAllDialoguesIntNames
Source/DlgSystem/Public/DlgManager.h:268
Function
GetAllDialoguesNameNames
Source/DlgSystem/Public/DlgManager.h:289
Method
GetAllDialoguesOtherVariableNames
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/DialogueCondition_Details.h:171
Function
GetAllDialoguesParticipantNames
Source/DlgSystem/Public/DlgManager.h:254
Function
GetAllDialoguesSpeakerStates
Source/DlgSystem/Public/DlgManager.h:261
Method
GetAllDialoguesVariableNames
Gets all the event name suggestions depending on EventType from all Dialogues. */
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/DialogueTextArgument_Details.h:68
Function
GetAllOptionsNum
Source/DlgSystem/Public/DlgContext.h:191
Function
GetAllParticipantNames
Source/DlgSystem/Public/DlgDialogue.h:434
Function
GetAllSpeakerStates
Source/DlgSystem/Public/DlgDialogue.h:441
Method
GetAllWeakActorsWithDialogueParticipantInterface
Source/DlgSystem/Private/DlgManager.cpp:273
Method
GetAsBool
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Source/DlgSystem/Private/IO/DlgConfigParser.cpp:700
Method
GetAsFloat
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Source/DlgSystem/Private/IO/DlgConfigParser.cpp:711
Method
GetAsGraphNodeEdgeFromPropertyHandle
* Similar to the Base node only this always returns a UDialogueGraphNode_Edge * If the BaseGraphNode is an GraphNode then returns nullptr * If the
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/DialogueDetailsPanelUtils.h:153
Method
GetAsInt32
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Source/DlgSystem/Private/IO/DlgConfigParser.cpp:719
Method
GetAsInt64
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Source/DlgSystem/Private/IO/DlgConfigParser.cpp:731
Method
GetAsName
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Source/DlgSystem/Private/IO/DlgConfigParser.cpp:743
Method
GetAsText
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Source/DlgSystem/Private/IO/DlgConfigParser.cpp:763
Function
GetAssetCategory
Source/DlgSystemEditor/Public/DlgSystemEditorModule.h:37
Method
GetAssociatedParticipants
Source/DlgSystem/Private/Nodes/DlgNode_Speech.cpp:126
Method
GetAssociatedParticipants
Source/DlgSystem/Private/Nodes/DlgNode_SpeechSequence.cpp:190
Method
GetBackgroundColor
Gets the background color for a node
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/SDialogueGraphNode.h:116
Method
GetBackgroundColor
Get the color we use to display the rounded border */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/SDialogueNodeOverlayWidget.h:42
Method
GetBackgroundImage
Source/DlgSystemEditor/Private/DialogueBrowser/SDialogueBrowser.cpp:77
Method
GetBaseToolkitName
Source/DlgSystemEditor/Private/DialogueEditor/DialogueEditor.cpp:109
Method
GetBestLinkedToPinFromSplineMousePosition
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/SDialogueGraphPin.cpp:248
Method
GetBlueprintForGraphNode
Gets the blueprint for the provided Node
Source/DlgSystemEditor/Private/BlueprintNodes/DialogueBlueprintUtilities.h:14
Method
GetBoolDeltaVisibility
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/DialogueEvent_Details.h:83
Function
GetBoolNames
Source/DlgSystem/Public/DlgDialogue.h:483
Method
GetBoolValueVisibility
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/DialogueEvent_Details.h:92
Method
GetBoolValueVisibility
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/DialogueCondition_Details.h:108
Method
GetBoundsForSelectedNodes
Source/DlgSystemEditor/Private/DialogueEditorUtilities.cpp:97
Method
GetBoundsForSelectedNodes
* Get the bounding area for the currently selected nodes * * @param Rect Final output bounding area, including padding * @param Padding An amoun
Source/DlgSystemEditor/Private/DialogueEditor/DialogueEditor.h:107
Method
GetBoxThatConflicts
Source/DlgSystemEditor/Private/Commandlets/DlgExportTwineCommandlet.cpp:244
Method
GetBrowseAssetButtonVisibility
Source/DlgSystemEditor/Private/DialogueBrowser/SDialogueBrowser.cpp:1776
Method
GetBrowseAssetText
Source/DlgSystemEditor/Private/DialogueBrowser/SDialogueBrowser.cpp:1855
Method
GetBrowseButtonVisibility
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/Widgets/DialogueObject_CustomRowHelper.cpp:235
Method
GetBrowseObjectText
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/Widgets/DialogueObject_CustomRowHelper.cpp:194
Method
GetBrowseObjectText
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/Widgets/DialogueEnumTypeWithObject_CustomRowHelper.cpp:60
Method
GetCallbackNameVisibility
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/DialogueCondition_Details.h:77
Method
GetCallbackNamesForParticipant
Gets all the condition name suggestions depending on ConditionType from all Dialogues. */
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/DialogueCondition_Details.cpp:376
Method
GetCategories
Source/DlgSystemEditor/Private/AssetTypeActions/AssetTypeActions_DlgBlueprintDerived.h:30
Method
GetCategories
Returns the categories that this asset type. The return value is one or more flags from EAssetTypeCategories. */
Source/DlgSystemEditor/Private/AssetTypeActions/AssetTypeActions_DlgDialogue.h:43
Function
GetCategoryType
Source/DlgSystem/Public/GameplayDebugger/DlgDataDisplayTreeNode.h:60
Function
GetCheckChildrenOnEvaluation
Source/DlgSystem/Public/Nodes/DlgNode.h:229
Method
GetChildrenVisibility
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/DialogueDetailsPanelUtils.h:71
Function
GetClassBoolNames
Source/DlgSystem/Public/DlgDialogue.h:511
Function
GetClassFloatNames
Source/DlgSystem/Public/DlgDialogue.h:504
Function
GetClassIntNames
Source/DlgSystem/Public/DlgDialogue.h:497
Function
GetClassNameNames
Source/DlgSystem/Public/DlgDialogue.h:518
Function
GetClassTextNames
Source/DlgSystem/Public/DlgDialogue.h:525
Method
GetClosestGraphNodeFromPropertyHandle
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/DialogueDetailsPanelUtils.cpp:27
Method
GetClosestNodeFromGraphNode
Source/DlgSystemEditor/Private/DialogueEditorUtilities.cpp:369
Method
GetColor
Source/DlgSystemEditor/Private/DialogueContentBrowserExtensions.cpp:91
Method
GetCommentAction
Source/DlgSystemEditor/Private/DialogueEditor/Graph/DialogueGraphSchema.cpp:424
Method
GetCommentColor
Return the desired comment bubble color */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/SDialogueGraphNode.h:97
Method
GetCompareTypeVisibility
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/DialogueCondition_Details.h:141
← previous
next →
801–900 of 1,935, ranked by callers