MCPcopy Create free account

hub / github.com/NotYetGames/DlgSystem / functions

Functions1,935 in github.com/NotYetGames/DlgSystem

↓ 4 callersFunctionHasGUID
Source/DlgSystem/Public/DlgDialogue.h:555
↓ 4 callersMethodIsEqual
Source/DlgSystem/Public/Tests/DlgTesterHelper.h:101
↓ 4 callersFunctionIsPathInProjectDirectory
Source/DlgSystem/Public/DlgHelper.h:218
↓ 4 callersMethodIsRoot
Is this the root node? Aka no parent. */
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewNode.h:82
↓ 4 callersMethodIsSpeechNode
Is this a Speech Node? */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.h:195
↓ 4 callersFunctionIsValidNodeIndex
Source/DlgSystem/Public/DlgDialogue.h:567
↓ 4 callersMethodIsVisible
bIsVisible:
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewNode.h:78
↓ 4 callersMethodReadAllProperty
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Source/DlgSystem/Private/IO/DlgJsonParser.cpp:96
↓ 4 callersFunctionResetState
Source/DlgSystem/Public/IO/DlgJsonWriter.h:115
↓ 4 callersMethodSetCategory
Source/DlgSystemEditor/Private/DialogueSearch/DialogueSearchResult.h:73
↓ 4 callersMethodSetParent
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewNode.h:41
↓ 4 callersMethodTryCreateConnection
Source/DlgSystemEditor/Private/DialogueEditor/Graph/DialogueGraphSchema.cpp:205
↓ 4 callersFunctionUpdateTextNamespaceAndKey
NO OP
Source/DlgSystem/Public/DlgLocalizationHelper.h:27
↓ 4 callersMethodis_node_speech_sequence
(self)
Tools/DlgTwineToJsonHumanText.py:386
↓ 4 callersFunctionprint_red
(*args, **kwargs)
Tools/DlgTwineToJsonHumanText.py:61
↓ 3 callersFunctionAreDialogueNodesInSyncWithGraphNodes
Source/DlgSystemEditor/Public/DlgDialogueEditorAccess.h:24
↓ 3 callersFunctionBoolToFString
Source/DlgSystem/Private/GameplayDebugger/SDlgDataPropertyValues.cpp:28
↓ 3 callersFunctionCanSkipProperty
Can we skip this property from exporting? */
Source/DlgSystem/Public/IO/IDlgWriter.h:42
↓ 3 callersMethodCheckDialogueNodeSyncWithGraphNode
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.cpp:540
↓ 3 callersMethodDeleteAllTextFiles
Source/DlgSystem/Private/DlgDialogue.cpp:942
↓ 3 callersMethodExportToFile
Source/DlgSystem/Private/DlgDialogue.cpp:482
↓ 3 callersFunctionFStringToBool
Source/DlgSystem/Private/GameplayDebugger/SDlgDataPropertyValues.cpp:33
↓ 3 callersMethodGetAllTextFileExtensions
Source/DlgSystem/Private/DlgSystemSettings.cpp:172
↓ 3 callersMethodGetDefaultEdgePosition
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 callersMethodGetEdgeColor
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode_Edge.cpp:178
↓ 3 callersMethodGetIconAndTint
@return Icon to use in menu or on node */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode_Edge.h:66
↓ 3 callersFunctionGetMemberNameText
Helper functions to get the names of some properties. Used by the DlgSystemEditor module.
Source/DlgSystem/Public/DlgEdge.h:114
↓ 3 callersFunctionGetMemberNameTextArguments
Source/DlgSystem/Public/DlgEdge.h:115
↓ 3 callersFunctionGetMutableActiveNode
Source/DlgSystem/Public/DlgContext.h:306
↓ 3 callersMethodGetNodeData
Source/DlgSystem/Private/Nodes/DlgNode_SpeechSequence.cpp:122
↓ 3 callersMethodGetNodeGenericData
Source/DlgSystem/Private/Nodes/DlgNode_SpeechSequence.cpp:152
↓ 3 callersMethodGetNodeVoiceDialogueWave
Source/DlgSystem/Private/Nodes/DlgNode_SpeechSequence.cpp:142
↓ 3 callersMethodGetParentClass
Source/DlgSystemEditor/Private/DialogueBrowser/DialogueBrowserTreeNode.cpp:37
↓ 3 callersMethodGetParentParticipantName
Source/DlgSystemEditor/Private/DialogueBrowser/DialogueBrowserTreeNode.cpp:17
↓ 3 callersMethodGetReturnValuePin
Begin own functions Gets the return value pin */
Source/DlgSystemEditor/Private/BlueprintNodes/DialogueK2Node_Select.h:53
↓ 3 callersFunctionGetStringForJsonType
Source/DlgSystem/Private/IO/DlgJsonParser.cpp:47
↓ 3 callersMethodHasEnterConditions
Does this node has any enter conditions? */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.h:237
↓ 3 callersMethodHasEnterEvents
Does this node has any enter events? */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.h:243
↓ 3 callersMethodInitializeParser
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Source/DlgSystem/Private/IO/DlgJsonParser.cpp:71
↓ 3 callersFunctionIsAvailable
* 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 callersMethodIsEqual
Is this equal with Other?
Source/DlgSystemEditor/Private/DialogueBrowser/DialogueBrowserTreeNode.h:217
↓ 3 callersMethodIsSelectorNode
Is this a selector Node? */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.h:209
↓ 3 callersMethodIsValidNodeIndex
Source/DlgSystem/Private/DlgContext.cpp:399
↓ 3 callersMethodIsVirtualParentNode
Is this a virtual parent Node? */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.h:198
↓ 3 callersFunctionJsonObjectToUStruct
* 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 callersMethodNodeConnectionListChanged
* 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 callersFunctionNormalizeEndlines
Converts all endlines to be of one type. */
Source/DlgSystem/Public/IO/DlgConfigWriter.h:248
↓ 3 callersMethodPinConnectionListChanged
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.cpp:144
↓ 3 callersFunctionSetAreAllOnScreenMessagesEnabled
Source/DlgSystem/Public/Logging/INYLogger.h:178
↓ 3 callersMethodSetChildren
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewNode.h:63
↓ 3 callersMethodSetContent
Source/DlgSystemEditor/Private/DialogueBrowser/SDialogueBrowser.cpp:87
↓ 3 callersMethodSetEdgeTargetIndexAt
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.cpp:436
↓ 3 callersMethodShouldDrawNode
Should this node be drawn? */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.h:362
↓ 3 callersFunctionUStructToJsonObject
* 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 callersMethodclean_text
(cls, text)
Tools/DlgTwineToJsonHumanText.py:157
↓ 3 callersFunctionexit_program_error
(message=None)
Tools/DlgTwineToJsonHumanText.py:560
↓ 3 callersFunctionexit_program_error
(message=None)
Tools/DlgSpellcheckJsonHumanText.py:99
↓ 3 callersMethodis_node_speech
(self)
Tools/DlgTwineToJsonHumanText.py:380
↓ 3 callersMethodis_node_start
(self)
Tools/DlgTwineToJsonHumanText.py:374
↓ 3 callersMethodparse
(self)
Tools/DlgTwineToJsonHumanText.py:177
↓ 2 callersMethodAddConditionPrimaryData
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Source/DlgSystem/Private/DlgDialogueParticipantData.cpp:11
↓ 2 callersMethodAddConditionSecondaryData
Source/DlgSystem/Private/DlgDialogueParticipantData.cpp:60
↓ 2 callersMethodAddDialogueToBoolVariable
Returns the BoolName Property
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewParticipantProperties.h:80
↓ 2 callersMethodAddDialogueToClassBoolVariable
Returns the BoolName Property
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewParticipantProperties.h:104
↓ 2 callersMethodAddDialogueToClassFNameVariable
Returns the FName Property
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewParticipantProperties.h:110
↓ 2 callersMethodAddDialogueToClassFTextVariable
Returns the FText Property
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewParticipantProperties.h:116
↓ 2 callersMethodAddDialogueToClassFloatVariable
Returns the FloatName Property
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewParticipantProperties.h:98
↓ 2 callersMethodAddDialogueToClassIntVariable
Returns the IntName Property
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewParticipantProperties.h:92
↓ 2 callersMethodAddDialogueToCondition
Returns the ConditionName Property
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewParticipantProperties.h:62
↓ 2 callersMethodAddDialogueToEvent
Returns the EventName Property
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewParticipantProperties.h:50
↓ 2 callersMethodAddDialogueToFNameVariable
Returns the FName Property
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewParticipantProperties.h:86
↓ 2 callersMethodAddDialogueToFloatVariable
Returns the FloatName Property
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewParticipantProperties.h:74
↓ 2 callersMethodAddDialogueToIntVariable
Returns the IntName Property
Source/DlgSystem/Public/TreeViewHelpers/DlgTreeViewParticipantProperties.h:68
↓ 2 callersMethodAddInlineChild
Source/DlgSystemEditor/Private/DialogueBrowser/DialogueBrowserTreeNode.h:139
↓ 2 callersMethodAddTextArgumentData
Source/DlgSystem/Private/DlgDialogueParticipantData.cpp:139
↓ 2 callersMethodApplyCompilerWarnings
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.cpp:485
↓ 2 callersMethodBreakLinkTo
/////////////////////////////////////////////////////////////////////////////////////////////////////////// Begin own functions
Source/DlgSystemEditor/Private/DialogueEditor/Graph/DialogueGraphSchema.cpp:380
↓ 2 callersFunctionCanWriteIndex
Should write the index number for Property? */
Source/DlgSystem/Public/IO/IDlgWriter.h:74
↓ 2 callersFunctionCanWriteOneLinePerItem
Should write one item per line for Property? */
Source/DlgSystem/Public/IO/IDlgWriter.h:64
↓ 2 callersMethodCheckInvariants
Source/DlgSystem/Private/Tests/DlgIOTesterTypes.cpp:994
↓ 2 callersMethodClearChildren
Source/DlgSystemEditor/Private/DialogueBrowser/DialogueBrowserTreeNode.h:133
↓ 2 callersMethodConstructFormatArgumentValue
Source/DlgSystem/Private/DlgTextArgument.cpp:13
↓ 2 callersMethodCreateDefaultNodesForGraph
Source/DlgSystemEditor/Private/DialogueEditor/Graph/DialogueGraphSchema.cpp:114
↓ 2 callersMethodCreateIcon
Source/DlgSystemEditor/Private/DialogueSearch/DialogueSearchResult.cpp:20
↓ 2 callersFunctionCreateNewUObject
* Default way to create new objects */
Source/DlgSystem/Public/IO/IDlgParser.h:70
↓ 2 callersMethodCreateNode
Source/DlgSystemEditor/Private/DialogueEditor/Graph/SchemaActions/NewNode_DialogueGraphSchemaAction.cpp:40
↓ 2 callersMethodEstimateNodeWidth
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.cpp:501
↓ 2 callersFunctionFilterDoesChildContainText
Source/DlgSystem/Public/GameplayDebugger/DlgDataDisplayTreeNode.h:104
↓ 2 callersFunctionFilterIsChildVisible
Source/DlgSystem/Public/GameplayDebugger/DlgDataDisplayTreeNode.h:100
↓ 2 callersMethodFilterPathsToNodesThatContainText
* 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 callersMethodFocusForUse
Source/DlgSystemEditor/Private/DialogueSearch/SFindInDialogues.cpp:157
↓ 2 callersMethodGenerateRandomData
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////// UDlgTestObjectPrimitivesBase
Source/DlgSystem/Private/Tests/DlgIOTesterTypes.cpp:12
↓ 2 callersMethodGetAllEdgeDialogueGraphNodes
Source/DlgSystemEditor/Private/DialogueEditor/Graph/DialogueGraph.cpp:68
↓ 2 callersMethodGetAllNodes
* 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 callersMethodGetAsString
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Source/DlgSystem/Private/IO/DlgConfigParser.cpp:754
↓ 2 callersMethodGetBlueprint
Source/DlgSystemEditor/Private/DialogueEditor/DetailsPanel/Widgets/DialogueObject_CustomRowHelper.cpp:128
↓ 2 callersMethodGetCommentString
CommentString
Source/DlgSystemEditor/Private/DialogueSearch/DialogueSearchResult.h:76
↓ 2 callersMethodGetDefaultValuePin
Gets the default value pin */
Source/DlgSystemEditor/Private/BlueprintNodes/DialogueK2Node_Select.h:68
↓ 2 callersMethodGetDocumentationExcerptName
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode.cpp:126
↓ 2 callersMethodGetDocumentationLink
Returns the link used for external documentation for the graph node. */
Source/DlgSystemEditor/Private/DialogueEditor/Nodes/DialogueGraphNode_Base.h:82
← previousnext →101–200 of 1,935, ranked by callers