UEdGraphPin::SafeSetHidden

Helper to safely set a pin's bHidden property only if it has no sub-pins that are influencing it to be hidden

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphPin.h

Include

#include "EdGraph/EdGraphPin.h"

Syntax

void SafeSetHidden
(
    bool bIsHidden
)

Remarks

Helper to safely set a pin's bHidden property only if it has no sub-pins that are influencing it to be hidden

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