You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Merge to Dev-Main for 4.20 @ 4090813
#rb #rnx #lockdown Nick.Penwarden [CL 4091081 by Marc Audy in Main branch]
This commit is contained in:
@@ -43,6 +43,8 @@ class UK2Node_SetFieldsInStruct : public UK2Node_MakeStruct
|
||||
BLUEPRINTGRAPH_API void RestoreAllPins();
|
||||
|
||||
protected:
|
||||
void BackTracePinPath(UEdGraphPin* OutputPin, TFunctionRef<void(UEdGraphPin*)> Predicate) const;
|
||||
|
||||
struct FSetFieldsInStructPinManager : public FMakeStructPinManager
|
||||
{
|
||||
public:
|
||||
@@ -56,4 +58,6 @@ private:
|
||||
/** Constructing FText strings can be costly, so we cache the node's title/tooltip */
|
||||
FNodeTextCache CachedTooltip;
|
||||
FNodeTextCache CachedNodeTitle;
|
||||
|
||||
mutable bool bRecursionGuard;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user