Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SFlowGraphPinExec with Custom "PinColorModifier": #262

Open
wants to merge 1 commit into
base: 5.x
Choose a base branch
from

Conversation

Benxidosz
Copy link
Contributor

  • Added PinColorModifier FLinearColor Property into FFlowPin -> With this we can choose the Color Modifier of a Pin in Runtime module
  • FlowNode stores the "PinColorModifier" value in a map for each PinName -> PinFactory can access this information
  • New "PinModifierColor" Slate Argument in SFlowGraphPinExec
  • Pin Factory set the "PinModifierColor" Argument when Construct the Pin

(cherry picked from commit 43af73f0da9436aaccd566bed82fa526367bfc0e)

+ Added PinColorModifier FLinearColor Property into FFlowPin -> With this we can choose the Color Modifier of a Pin in Runtime module
+ FlowNode stores the "PinColorModifier" value in a map for each PinName -> PinFactory can access this information
+ New "PinModifierColor" Slate Argument in SFlowGraphPinExec
+ Pin Factory set the "PinModifierColor" Argument when Construct the Pin

(cherry picked from commit 43af73f0da9436aaccd566bed82fa526367bfc0e)
@MothDoctor MothDoctor self-assigned this Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants