FOldOptionalPinSettings

Helper structure to cache old data for optional pins so the data can be restored during reconstruction

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

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

Include

#include "K2Node.h"

Syntax

struct FOldOptionalPinSettings

Remarks

Helper structure to cache old data for optional pins so the data can be restored during reconstruction

Variables

Name Description

Public variable

uint8: 1

 

bIsOldOverrideEnabled

TRUE if the optional pin's override value was previously enabled

Public variable

uint8: 1

 

bIsOldOverridePinVisible

TRUE if the optional pin's override value was previously editable

Public variable

uint8: 1

 

bIsOldSetValuePinVisible

TRUE if the optional pin's value was previously editable

Public variable

uint8: 1

 

bOldVisibility

TRUE if optional pin was previously visible

Constructors

Name Description

Public function

FOldOptionalPinSettings

(
    bool bInOldVisibility,
    bool bInIsOldOverrideEnabled,
    bool bInIsOldSetValuePinVisible,
    bool bInIsOldOverridePinVisible
)

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