Navigation
API > API/Plugins > API/Plugins/PlainProps
Struct for converting diff results to a less efficient but easier to process structure. Nodes in the path are stored in forward order. Sibling links are invalidated.
| Name | FDiffPath |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsDiff.h |
| Include Path | #include "PlainPropsDiff.h" |
Syntax
struct FDiffPath : public TArray< FDiffNode >
Inheritance Hierarchy
- TArray< FDiffNode > → FDiffPath