Skip to content

Functions

ApplyInt32ToInt32Function

Inputs
  • Input: int
  • Function: Delegate
    • FInt32Int32Delegate: int => int
Outputs
  • int
Description
Begin Object Class=/Script/BlueprintGraph.K2Node_CallFunction Name="K2Node_CallFunction" NodeGuid=1E7BBDC32F5C426EB0A2F115FC238490 FunctionReference=(MemberParent="/Script/CoreUObject.Class'/Script/UnrealFunctionalProgramming.Functions'",MemberName="ApplyInt32ToInt32Function") CustomProperties Pin (PinId=8ED5630F88BF466D83B7336CB5E323DC,PinName="Input",PinToolTip="" , PinType.PinCategory="int", PinType.PinSubCategory="", PinType.PinSubCategoryObject=None, PinType.PinSubCategoryMemberReference=(), PinType.PinValueType=(), PinType.ContainerType=, PinType.bIsReference=True, PinType.bIsConst=True, PinType.bIsWeakPointer=False, PinType.bIsUObjectWrapper=False, PinType.bSerializeAsSinglePrecisionFloat=False ) CustomProperties Pin (PinId=C7916EAD96164A1A8968D684AADEB573,PinName="Function",PinToolTip="" , PinType.PinCategory="delegate", PinType.PinSubCategory="", PinType.PinSubCategoryObject=None, PinType.PinSubCategoryMemberReference=(MemberParent="/Script/CoreUObject.Package'/Script/UnrealFunctionalProgramming'", MemberName="FInt32Int32Delegate__DelegateSignature"),PinType.PinValueType=(), PinType.ContainerType=None, PinType.bIsReference=False, PinType.bIsConst=False, PinType.bIsWeakPointer=False, PinType.bIsUObjectWrapper=False, PinType.bSerializeAsSinglePrecisionFloat=False, ) CustomProperties Pin (PinId=5027E431BEDC4378A2956C75EF5E5309,PinName="ReturnValue",PinToolTip="" ,Direction="EGPD_Output", PinType.PinCategory="int", PinType.PinSubCategory="", PinType.PinSubCategoryObject=None, PinType.PinSubCategoryMemberReference=(), PinType.PinValueType=(), PinType.ContainerType=, PinType.bIsReference=False, PinType.bIsConst=False, PinType.bIsWeakPointer=False, PinType.bIsUObjectWrapper=False, PinType.bSerializeAsSinglePrecisionFloat=False, ) End Object

ApplyInt32ToBoolFunction

Inputs
  • Input: int
  • Function: Delegate
    • FInt32BoolDelegate: int => bool
Outputs
  • bool
Description
Begin Object Class=/Script/BlueprintGraph.K2Node_CallFunction Name="K2Node_CallFunction" NodeGuid=00576FB792EA46DBB86A023FA6E87FB8 FunctionReference=(MemberParent="/Script/CoreUObject.Class'/Script/UnrealFunctionalProgramming.Functions'",MemberName="ApplyInt32ToBoolFunction") CustomProperties Pin (PinId=FFDDA9F1B6444DA3BA5CD865C9AACB5B,PinName="Input",PinToolTip="" , PinType.PinCategory="int", PinType.PinSubCategory="", PinType.PinSubCategoryObject=None, PinType.PinSubCategoryMemberReference=(), PinType.PinValueType=(), PinType.ContainerType=, PinType.bIsReference=True, PinType.bIsConst=True, PinType.bIsWeakPointer=False, PinType.bIsUObjectWrapper=False, PinType.bSerializeAsSinglePrecisionFloat=False ) CustomProperties Pin (PinId=D891AAB175D14B7CB959D7A0938D7A06,PinName="Function",PinToolTip="" , PinType.PinCategory="delegate", PinType.PinSubCategory="", PinType.PinSubCategoryObject=None, PinType.PinSubCategoryMemberReference=(MemberParent="/Script/CoreUObject.Package'/Script/UnrealFunctionalProgramming'", MemberName="FInt32BoolDelegate__DelegateSignature"),PinType.PinValueType=(), PinType.ContainerType=None, PinType.bIsReference=False, PinType.bIsConst=False, PinType.bIsWeakPointer=False, PinType.bIsUObjectWrapper=False, PinType.bSerializeAsSinglePrecisionFloat=False, ) CustomProperties Pin (PinId=4790F6B4451B4E0699881C50B594432F,PinName="ReturnValue",PinToolTip="" ,Direction="EGPD_Output", PinType.PinCategory="bool", PinType.PinSubCategory="", PinType.PinSubCategoryObject=None, PinType.PinSubCategoryMemberReference=(), PinType.PinValueType=(), PinType.ContainerType=, PinType.bIsReference=False, PinType.bIsConst=False, PinType.bIsWeakPointer=False, PinType.bIsUObjectWrapper=False, PinType.bSerializeAsSinglePrecisionFloat=False, ) End Object

ConvertVectorParameterValueToLinearColor

Inputs
  • Element: struct
Outputs
  • struct
Description

conversion function to map FVectorParameterValue to FLinearColor

Begin Object Class=/Script/BlueprintGraph.K2Node_CallFunction Name="K2Node_CallFunction" NodeGuid=008CA35C076541B38A8FD50E282FAA6E FunctionReference=(MemberParent="/Script/CoreUObject.Class'/Script/UnrealFunctionalProgramming.Functions'",MemberName="ConvertVectorParameterValueToLinearColor") None CustomProperties Pin (PinId=CF31A98E7809455888AD97A1AC3CADF9,PinName="Element",PinToolTip="" , PinType.PinCategory="struct", PinType.PinSubCategory="", PinType.PinSubCategoryObject=None, PinType.PinSubCategoryMemberReference=(), PinType.PinValueType=(), PinType.ContainerType=, PinType.bIsReference=True, PinType.bIsConst=True, PinType.bIsWeakPointer=False, PinType.bIsUObjectWrapper=False, PinType.bSerializeAsSinglePrecisionFloat=False ) CustomProperties Pin (PinId=4F416248B6F14CAA89722D298DF65AE9,PinName="ReturnValue",PinToolTip="" ,Direction="EGPD_Output", PinType.PinCategory="struct", PinType.PinSubCategory="", PinType.PinSubCategoryObject=None, PinType.PinSubCategoryMemberReference=(), PinType.PinValueType=(), PinType.ContainerType=, PinType.bIsReference=False, PinType.bIsConst=False, PinType.bIsWeakPointer=False, PinType.bIsUObjectWrapper=False, PinType.bSerializeAsSinglePrecisionFloat=False, ) End Object

GetVectorParamValueToLinearColorDelegate

Inputs
Outputs
  • Delegate
    • FMapVectorParameterValueToLinearColorDelegate: struct => struct
Description

Blueprint-callable function to return the pre-bound delegate that extracts a linear color delegate from a vector parameter value

Begin Object Class=/Script/BlueprintGraph.K2Node_CallFunction Name="K2Node_CallFunction" NodeGuid=751019B916C94DE68A89D70D3F470C8A FunctionReference=(MemberParent="/Script/CoreUObject.Class'/Script/UnrealFunctionalProgramming.Functions'",MemberName="GetVectorParamValueToLinearColorDelegate") CustomProperties Pin (PinId=D93F62D286F044F591C06CFF7C045C93,PinName="ReturnValue",PinToolTip="Connect a delegate function",Direction="EGPD_Output",PinType.PinCategory="delegate",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(MemberParent="/Script/CoreUObject.Package'/Script/UnrealFunctionalProgramming'",MemberName="FMapVectorParameterValueToLinearColorDelegate__DelegateSignature"),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,) End Object