UK2Node_BreakStruct::CanBeBroken

Returns false if:

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

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

Include

#include "K2Node_BreakStruct.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/K2Node_BreakStruct.cpp

Syntax

static bool CanBeBroken
(
    const UScriptStruct * Struct,
    bool bForInternalUse
)

Remarks

Returns false if:

The Struct has a 'native break' method Returns true if:

The Struct is tagged as BlueprintType and

The Struct has any property that is tagged as CPF_BlueprintVisible

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