UAIGraphNode::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

AIGraph

Header

/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h

Include

#include "AIGraphNode.h"

Source

/Engine/Source/Editor/AIGraph/Private/AIGraphNode.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