This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fcd35ff1d8c2b89152f67bd45d64010bf23e95ef
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
BlueprintGraph
/
Classes
History
dan oconnor
2f7acbc36a
Cleanup pin type selector, improving performance in large projects.
...
#rb Phillip.Kavan #jira UE-204415 [CL 30909986 by dan oconnor in ue5-main branch]
2024-01-25 19:48:54 -05:00
..
AssetBlueprintGraphActions.h
…
BlueprintAssetNodeSpawner.h
…
BlueprintBoundEventNodeSpawner.h
…
BlueprintBoundNodeSpawner.h
…
BlueprintComponentNodeSpawner.h
…
BlueprintDelegateNodeSpawner.h
…
BlueprintEventNodeSpawner.h
…
BlueprintFieldNodeSpawner.h
…
BlueprintFunctionNodeSpawner.h
…
BlueprintNodeBinder.h
…
BlueprintTypePromotion.h
Change the blueprint action database to refresh type promotion instead of doing it from the module change callback.
2023-08-17 13:25:12 -04:00
BlueprintVariableNodeSpawner.h
…
EdGraphSchema_K2_Actions.h
Added binding to create a new Custom Event Node. No binding by default. Similar to pressing C to create a new Comment Node.
2023-12-08 15:12:30 -05:00
EdGraphSchema_K2.h
Cleanup pin type selector, improving performance in large projects.
2024-01-25 19:48:54 -05:00
K2Node_ActorBoundEvent.h
…
K2Node_AddComponent.h
…
K2Node_AddComponentByClass.h
…
K2Node_AddDelegate.h
…
K2Node_AddPinInterface.h
…
K2Node_AssignDelegate.h
…
K2Node_AssignmentStatement.h
…
K2Node_AsyncAction.h
…
K2Node_BaseAsyncTask.h
…
K2Node_BaseMCDelegate.h
…
K2Node_BitmaskLiteral.h
…
K2Node_BreakStruct.h
…
K2Node_CallArrayFunction.h
…
K2Node_CallDataTableFunction.h
…
K2Node_CallDelegate.h
…
K2Node_CallFunction.h
Deprecated bIsFinalFunction.
2024-01-22 09:24:57 -05:00
K2Node_CallFunctionOnMember.h
…
K2Node_CallMaterialParameterCollectionFunction.h
…
K2Node_CallParentFunction.h
#jira UE-196209
2023-12-14 06:34:39 -05:00
K2Node_CastByteToEnum.h
…
K2Node_ClassDynamicCast.h
…
K2Node_ClearDelegate.h
…
K2Node_CommutativeAssociativeBinaryOperator.h
…
K2Node_ComponentBoundEvent.h
…
K2Node_Composite.h
…
K2Node_ConstructObjectFromClass.h
…
K2Node_ConvertAsset.h
…
K2Node_Copy.h
…
K2Node_CreateDelegate.h
…
K2Node_CustomEvent.h
…
K2Node_DeadClass.h
…
K2Node_DelegateSet.h
…
K2Node_DoOnceMultiInput.h
…
K2Node_DynamicCast.h
[Backout] - CL25790092
2023-06-05 11:05:42 -04:00
K2Node_EaseFunction.h
…
K2Node_EditablePinBase.h
…
K2Node_EnumEquality.h
…
K2Node_EnumInequality.h
…
K2Node_EnumLiteral.h
…
K2Node_Event.h
#jira UE-196209
2023-12-14 06:34:39 -05:00
K2Node_EventNodeInterface.h
…
K2Node_ExecutionSequence.h
…
K2Node_ExternalGraphInterface.h
…
K2Node_ForEachElementInEnum.h
…
K2Node_FormatText.h
…
K2Node_FunctionEntry.h
#jira UE-196209
2023-12-14 06:34:39 -05:00
K2Node_FunctionResult.h
…
K2Node_FunctionTerminator.h
#jira UE-196209
2023-12-14 06:34:39 -05:00
K2Node_GenericCreateObject.h
…
K2Node_GetArrayItem.h
…
K2Node_GetClassDefaults.h
…
K2Node_GetDataTableRow.h
…
K2Node_GetEnumeratorName.h
…
K2Node_GetEnumeratorNameAsString.h
…
K2Node_GetInputAxisKeyValue.h
…
K2Node_GetInputAxisValue.h
…
K2Node_GetInputVectorAxisValue.h
…
K2Node_GetNumEnumEntries.h
…
K2Node_GetSubsystem.h
…
K2Node_IfThenElse.h
…
K2Node_InputAction.h
…
K2Node_InputActionEvent.h
…
K2Node_InputAxisEvent.h
…
K2Node_InputAxisKeyEvent.h
…
K2Node_InputKey.h
…
K2Node_InputKeyEvent.h
…
K2Node_InputTouch.h
…
K2Node_InputTouchEvent.h
…
K2Node_InputVectorAxisEvent.h
…
K2Node_Knot.h
…
K2Node_Literal.h
…
K2Node_LoadAsset.h
…
K2Node_LocalVariable.h
…
K2Node_MacroInstance.h
…
K2Node_MakeArray.h
…
K2Node_MakeContainer.h
…
K2Node_MakeMap.h
…
K2Node_MakeSet.h
…
K2Node_MakeStruct.h
…
K2Node_MakeVariable.h
…
K2Node_MathExpression.h
…
K2Node_Message.h
…
K2Node_MultiGate.h
…
K2Node_PromotableOperator.h
Fix tooltip being incorrect after an undo of converting promotable operator type nodes. The operation name was not a UPROPERTY, so it was not being tracked with Modify calls for transactions
2023-09-19 14:41:02 -04:00
K2Node_PureAssignmentStatement.h
…
K2Node_RemoveDelegate.h
…
K2Node_Select.h
…
K2Node_Self.h
…
K2Node_SetFieldsInStruct.h
…
K2Node_SetVariableOnPersistentFrame.h
…
K2Node_SpawnActor.h
…
K2Node_SpawnActorFromClass.h
…
K2Node_StructMemberGet.h
…
K2Node_StructMemberSet.h
…
K2Node_StructOperation.h
#jira UE-196209
2023-12-14 06:34:39 -05:00
K2Node_Switch.h
…
K2Node_SwitchEnum.h
…
K2Node_SwitchInteger.h
…
K2Node_SwitchName.h
…
K2Node_SwitchString.h
…
K2Node_TemporaryVariable.h
…
K2Node_Timeline.h
…
K2Node_Tunnel.h
…
K2Node_TunnelBoundary.h
…
K2Node_Variable.h
#jira UE-196209
2023-12-14 06:34:39 -05:00
K2Node_VariableGet.h
…
K2Node_VariableSet.h
…
K2Node_VariableSetRef.h
…
K2Node.h
Deprecated bIsBeadFunction.
2024-01-19 12:19:18 -05:00
NodeDependingOnEnumInterface.h
…