UEdGraphNode::GetPropertyNameAndValueForDiff

Returns a human-friendly description of the property in the form "PropertyName: Value".

Windows
MacOS
Linux

Override Hierarchy

UEdGraphNode::GetPropertyNameAndValueForDiff()

UAIGraphNode::GetPropertyNameAndValueForDiff()

References

Module

Engine

Header

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

Include

#include "EdGraph/EdGraphNode.h"

Source

/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphNode.cpp

Syntax

virtual FString GetPropertyNameAndValueForDiff
(
    const FProperty * Prop,
    const uint8 * PropertyAddr
) const

Remarks

Returns a human-friendly description of the property in the form "PropertyName: Value".

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