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
↓ 4 callers
Function
HasGUID
Source/DlgSystem/Public/DlgDialogue.h:555
↓ 4 callers
Method
IsEqual
Source/DlgSystem/Public/Tests/DlgTesterHelper.h:101
↓ 4 callers
Function
IsPathInProjectDirectory
Source/DlgSystem/Public/DlgHelper.h:218
↓ 4 callers
Method
IsRoot
Is this the root node? Aka no parent. */
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewNode.h:82
↓ 4 callers
Method
IsSpeechNode
Is this a Speech Node? */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.h:195
↓ 4 callers
Function
IsValidNodeIndex
Source/DlgSystem/Public/DlgDialogue.h:567
↓ 4 callers
Method
IsVisible
bIsVisible:
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewNode.h:78
↓ 4 callers
Method
ReadAllProperty
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Source/DlgSystem/Private/IO/DlgJsonParser.cpp:96
↓ 4 callers
Function
ResetState
Source/DlgSystem/Public/IO/DlgJsonWriter.h:115
↓ 4 callers
Method
SetCategory
Source/DlgSystemEditor/Private/DialogueSearch/DialogueSearchResult.h:73
↓ 4 callers
Method
SetParent
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewNode.h:41
↓ 4 callers
Method
TryCreateConnection
Source/DlgSystemEditor/Private/DialogueEditor/Graph/DialogueGraphSchema.cpp:205
↓ 4 callers
Function
UpdateTextNamespaceAndKey
NO OP
Source/DlgSystem/Public/DlgLocalizationHelper.h:27
↓ 4 callers
Method
is_node_speech_sequence
(self)
Tools/DlgTwineToJsonHumanText.py:386
↓ 4 callers
Function
print_red
(*args, **kwargs)
Tools/DlgTwineToJsonHumanText.py:61
↓ 3 callers
Function
AreDialogueNodesInSyncWithGraphNodes
Source/DlgSystemEditor/Public/DlgDialogueEditorAccess.h:24
↓ 3 callers
Function
BoolToFString
Source/DlgSystem/Private/GameplayDebugger/SDlgDataPropertyValues.cpp:28
↓ 3 callers
Function
CanSkipProperty
Can we skip this property from exporting? */
Source/DlgSystem/Public/IO/IDlgWriter.h:42
↓ 3 callers
Method
CheckDialogueNodeSyncWithGraphNode
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.cpp:540
↓ 3 callers
Method
DeleteAllTextFiles
Source/DlgSystem/Private/DlgDialogue.cpp:942
↓ 3 callers
Method
ExportToFile
Source/DlgSystem/Private/DlgDialogue.cpp:482
↓ 3 callers
Function
FStringToBool
Source/DlgSystem/Private/GameplayDebugger/SDlgDataPropertyValues.cpp:33
↓ 3 callers
Method
GetAllTextFileExtensions
Source/DlgSystem/Private/DlgSystemSettings.cpp:172
↓ 3 callers
Method
GetDefaultEdgePosition
Where should the edges pointing to this node be positioned at NOTE: we use this because otherwise the edges don't get rendered
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.h:278
↓ 3 callers
Method
GetEdgeColor
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode_Edge.cpp:178
↓ 3 callers
Method
GetIconAndTint
@return Icon to use in menu or on node */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode_Edge.h:66
↓ 3 callers
Function
GetMemberNameText
Helper functions to get the names of some properties. Used by the DlgSystemEditor module.
Source/DlgSystem/Public/DlgEdge.h:114
↓ 3 callers
Function
GetMemberNameTextArguments
Source/DlgSystem/Public/DlgEdge.h:115
↓ 3 callers
Function
GetMutableActiveNode
Source/DlgSystem/Public/DlgContext.h:306
↓ 3 callers
Method
GetNodeData
Source/DlgSystem/Private/Nodes/DlgNode_SpeechSequence.cpp:122
↓ 3 callers
Method
GetNodeGenericData
Source/DlgSystem/Private/Nodes/DlgNode_SpeechSequence.cpp:152
↓ 3 callers
Method
GetNodeVoiceDialogueWave
Source/DlgSystem/Private/Nodes/DlgNode_SpeechSequence.cpp:142
↓ 3 callers
Method
GetParentClass
Source/DlgSystemEditor/Private/DialogueBrowser/DialogueBrowserTreeNode.cpp:37
↓ 3 callers
Method
GetParentParticipantName
Source/DlgSystemEditor/Private/DialogueBrowser/DialogueBrowserTreeNode.cpp:17
↓ 3 callers
Method
GetReturnValuePin
Begin own functions Gets the return value pin */
Source/DlgSystemEditor/Private/BlueprintNodes/DialogueK2Node_Select.h:53
↓ 3 callers
Function
GetStringForJsonType
Source/DlgSystem/Private/IO/DlgJsonParser.cpp:47
↓ 3 callers
Method
HasEnterConditions
Does this node has any enter conditions? */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.h:237
↓ 3 callers
Method
HasEnterEvents
Does this node has any enter events? */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.h:243
↓ 3 callers
Method
InitializeParser
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Source/DlgSystem/Private/IO/DlgJsonParser.cpp:71
↓ 3 callers
Function
IsAvailable
* Checks to see if this module is loaded and ready. It is only valid to call Get() if IsAvailable() returns true. * * @return True if the module
Source/DlgSystem/Public/IDlgSystemModule.h:38
↓ 3 callers
Method
IsEqual
Is this equal with Other?
Source/DlgSystemEditor/Private/DialogueBrowser/DialogueBrowserTreeNode.h:217
↓ 3 callers
Method
IsSelectorNode
Is this a selector Node? */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.h:209
↓ 3 callers
Method
IsValidNodeIndex
Source/DlgSystem/Private/DlgContext.cpp:399
↓ 3 callers
Method
IsVirtualParentNode
Is this a virtual parent Node? */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.h:198
↓ 3 callers
Function
JsonObjectToUStruct
* Converts from a Json Object to a UStruct, using importText * * @param JsonObject Json Object to copy data out of * @param StructDefinition
Source/DlgSystem/Public/IO/DlgJsonParser.h:89
↓ 3 callers
Method
NodeConnectionListChanged
* Called when something external to this node has changed the connection list of any of the pins in the node * - Different from PinConnectionListC
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.h:133
↓ 3 callers
Function
NormalizeEndlines
Converts all endlines to be of one type. */
Source/DlgSystem/Public/IO/DlgConfigWriter.h:248
↓ 3 callers
Method
PinConnectionListChanged
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.cpp:144
↓ 3 callers
Function
SetAreAllOnScreenMessagesEnabled
Source/DlgSystem/Public/Logging/INYLogger.h:178
↓ 3 callers
Method
SetChildren
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewNode.h:63
↓ 3 callers
Method
SetContent
Source/DlgSystemEditor/Private/DialogueBrowser/SDialogueBrowser.cpp:87
↓ 3 callers
Method
SetEdgeTargetIndexAt
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.cpp:436
↓ 3 callers
Method
ShouldDrawNode
Should this node be drawn? */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.h:362
↓ 3 callers
Function
UStructToJsonObject
* Converts from a UStruct to a JSON Object * * @param StructDefinition UStruct definition that is looked over for properties * @param ContainerP
Source/DlgSystem/Public/IO/DlgJsonWriter.h:98
↓ 3 callers
Method
clean_text
(cls, text)
Tools/DlgTwineToJsonHumanText.py:157
↓ 3 callers
Function
exit_program_error
(message=None)
Tools/DlgTwineToJsonHumanText.py:560
↓ 3 callers
Function
exit_program_error
(message=None)
Tools/DlgSpellcheckJsonHumanText.py:99
↓ 3 callers
Method
is_node_speech
(self)
Tools/DlgTwineToJsonHumanText.py:380
↓ 3 callers
Method
is_node_start
(self)
Tools/DlgTwineToJsonHumanText.py:374
↓ 3 callers
Method
parse
(self)
Tools/DlgTwineToJsonHumanText.py:177
↓ 2 callers
Method
AddConditionPrimaryData
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Source/DlgSystem/Private/DlgDialogueParticipantData.cpp:11
↓ 2 callers
Method
AddConditionSecondaryData
Source/DlgSystem/Private/DlgDialogueParticipantData.cpp:60
↓ 2 callers
Method
AddDialogueToBoolVariable
Returns the BoolName Property
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewParticipantProperties.h:80
↓ 2 callers
Method
AddDialogueToClassBoolVariable
Returns the BoolName Property
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewParticipantProperties.h:104
↓ 2 callers
Method
AddDialogueToClassFNameVariable
Returns the FName Property
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewParticipantProperties.h:110
↓ 2 callers
Method
AddDialogueToClassFTextVariable
Returns the FText Property
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewParticipantProperties.h:116
↓ 2 callers
Method
AddDialogueToClassFloatVariable
Returns the FloatName Property
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewParticipantProperties.h:98
↓ 2 callers
Method
AddDialogueToClassIntVariable
Returns the IntName Property
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewParticipantProperties.h:92
↓ 2 callers
Method
AddDialogueToCondition
Returns the ConditionName Property
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewParticipantProperties.h:62
↓ 2 callers
Method
AddDialogueToEvent
Returns the EventName Property
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewParticipantProperties.h:50
↓ 2 callers
Method
AddDialogueToFNameVariable
Returns the FName Property
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewParticipantProperties.h:86
↓ 2 callers
Method
AddDialogueToFloatVariable
Returns the FloatName Property
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewParticipantProperties.h:74
↓ 2 callers
Method
AddDialogueToIntVariable
Returns the IntName Property
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewParticipantProperties.h:68
↓ 2 callers
Method
AddInlineChild
Source/DlgSystemEditor/Private/DialogueBrowser/DialogueBrowserTreeNode.h:139
↓ 2 callers
Method
AddTextArgumentData
Source/DlgSystem/Private/DlgDialogueParticipantData.cpp:139
↓ 2 callers
Method
ApplyCompilerWarnings
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.cpp:485
↓ 2 callers
Method
BreakLinkTo
/////////////////////////////////////////////////////////////////////////////////////////////////////////// Begin own functions
Source/DlgSystemEditor/Private/DialogueEditor/Graph/DialogueGraphSchema.cpp:380
↓ 2 callers
Function
CanWriteIndex
Should write the index number for Property? */
Source/DlgSystem/Public/IO/IDlgWriter.h:74
↓ 2 callers
Function
CanWriteOneLinePerItem
Should write one item per line for Property? */
Source/DlgSystem/Public/IO/IDlgWriter.h:64
↓ 2 callers
Method
CheckInvariants
Source/DlgSystem/Private/Tests/DlgIOTesterTypes.cpp:994
↓ 2 callers
Method
ClearChildren
Source/DlgSystemEditor/Private/DialogueBrowser/DialogueBrowserTreeNode.h:133
↓ 2 callers
Method
ConstructFormatArgumentValue
Source/DlgSystem/Private/DlgTextArgument.cpp:13
↓ 2 callers
Method
CreateDefaultNodesForGraph
Source/DlgSystemEditor/Private/DialogueEditor/Graph/DialogueGraphSchema.cpp:114
↓ 2 callers
Method
CreateIcon
Source/DlgSystemEditor/Private/DialogueSearch/DialogueSearchResult.cpp:20
↓ 2 callers
Function
CreateNewUObject
* Default way to create new objects */
Source/DlgSystem/Public/IO/IDlgParser.h:70
↓ 2 callers
Method
CreateNode
Source/DlgSystemEditor/Private/DialogueEditor/Graph/SchemaActions/NewNode_DialogueGraphSchemaAction.cpp:40
↓ 2 callers
Method
EstimateNodeWidth
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.cpp:501
↓ 2 callers
Function
FilterDoesChildContainText
Source/DlgSystem/Public/GameplayDebugger/DlgDataDisplayTreeNode.h:104
↓ 2 callers
Function
FilterIsChildVisible
Source/DlgSystem/Public/GameplayDebugger/DlgDataDisplayTreeNode.h:100
↓ 2 callers
Method
FilterPathsToNodesThatContainText
* Searches the node so that the OutNodes will only contains paths to nodes that contains the specified string. * @param InSearch The string to sear
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewNode.h:136
↓ 2 callers
Method
FocusForUse
Source/DlgSystemEditor/Private/DialogueSearch/SFindInDialogues.cpp:157
↓ 2 callers
Method
GenerateRandomData
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////// UDlgTestObjectPrimitivesBase
Source/DlgSystem/Private/Tests/DlgIOTesterTypes.cpp:12
↓ 2 callers
Method
GetAllEdgeDialogueGraphNodes
Source/DlgSystemEditor/Private/DialogueEditor/Graph/DialogueGraph.cpp:68
↓ 2 callers
Method
GetAllNodes
* Recursively collects all child/grandchild/descendant nodes. * Aka Flattened tree. * @param OutNodeArray The array to fill out with descendant n
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewNode.h:122
↓ 2 callers
Method
GetAsString
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Source/DlgSystem/Private/IO/DlgConfigParser.cpp:754
↓ 2 callers
Method
GetBlueprint
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/Widgets/DialogueObject_CustomRowHelper.cpp:128
↓ 2 callers
Method
GetCommentString
CommentString
Source/DlgSystemEditor/Private/DialogueSearch/DialogueSearchResult.h:76
↓ 2 callers
Method
GetDefaultValuePin
Gets the default value pin */
Source/DlgSystemEditor/Private/BlueprintNodes/DialogueK2Node_Select.h:68
↓ 2 callers
Method
GetDocumentationExcerptName
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.cpp:126
↓ 2 callers
Method
GetDocumentationLink
Returns the link used for external documentation for the graph node. */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode_Base.h:82
← previous
next →
101–200 of 1,935, ranked by callers