FOptionalPinFromProperty

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node.h

Include

#include "K2Node.h"

Syntax

struct FOptionalPinFromProperty

Variables

Name Description

Public variable

uint8: 1

 

bCanToggleVisibility

Public variable

uint8: 1

 

bHasOverridePin

Public variable

uint8: 1

 

bIsMarkedForAdvancedDisplay

Public variable

uint8: 1

 

bIsOverrideEnabled

TRUE if the override value is enabled for use

Public variable

uint8: 1

 

bIsOverridePinVisible

TRUE if the override pin is visible

Public variable

uint8: 1

 

bIsSetValuePinVisible

TRUE if the override value should be set through this pin

Public variable

uint8: 1

 

bPropertyIsCustomized

Public variable

uint8: 1

 

bShowPin

Public variable

FName

 

CategoryName

Public variable

FString

 

PropertyFriendlyName

Public variable

FName

 

PropertyName

Public variable

FText

 

PropertyTooltip

Constructors

Name Description

Public function

FOptionalPinFromProperty()

Public function

FOptionalPinFromProperty

(
    FName InPropertyName,
    bool bInShowPin,
    bool bInCanToggleVisibility,
    const FString& InFriendlyName,
    const FText& InTooltip,
    bool bInPropertyIsCustomized,
    FName InCategoryName,
    bool bInHasOverridePin
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss