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
243d97d0d6effa40f3c8bfb143588024bbcc3ecf
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
BlueprintGraph
/
Classes
History
christopher waters
b05367ef9c
Removing a number of unnecessary _API uses.
...
#rb Marc.Audy [CL 33307485 by christopher waters in ue5-main branch]
2024-04-29 14:01:43 -04:00
..
AssetBlueprintGraphActions.h
…
BlueprintAssetNodeSpawner.h
…
BlueprintBoundEventNodeSpawner.h
…
BlueprintBoundNodeSpawner.h
…
BlueprintComponentNodeSpawner.h
…
BlueprintDelegateNodeSpawner.h
…
BlueprintEventNodeSpawner.h
Anim notify and sync marker workflow changes
2024-02-05 05:30:20 -05:00
BlueprintFieldNodeSpawner.h
…
BlueprintFunctionNodeSpawner.h
…
BlueprintNodeBinder.h
Replaced ImplicitCast in a variety of places.
2024-04-05 09:19:01 -04:00
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
Deprecate FGraphActionListBuilderBase::ActionGroup, as it is redundant with FEdGraphSchemaAction. It was introduced to handle 'multi edit' but was never fully realized and contains redundant categorization fields that are inconsistently used in scoring of menu entries. What little categorization was being done on the action group is now properly done on the FEdGraphSchemaAction
2024-04-19 19:47:31 -04: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 redundant fields in UK2Node_CallFunction.
2024-03-25 13:56:13 -04: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
When checking for if a BP added variable is in use, we should also check if there are any Component Bound event nodes that reference it.
2024-01-30 18:03:45 -05:00
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
Switch node raises an error when its enum disapears
2024-03-25 13:47:15 -04:00
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
Removing a number of unnecessary _API uses.
2024-04-29 14:01:43 -04:00
NodeDependingOnEnumInterface.h
…