Navigation
Unreal Engine C++ API Reference > Editor > Kismet
References
Module | Kismet |
Header | /Engine/Source/Editor/Kismet/Public/SCSDiff.h |
Include | #include "SCSDiff.h" |
Syntax
class FSCSDiff
Remarks
Struct to support diffing the component tree for a blueprint
Constructors
Type | Name | Description |
---|---|---|
FSCSDiff ( const UBlueprint* InBlueprint ) |
Functions
Type | Name | Description |
---|---|---|
const UBluep... | GetBlueprint () | |
TArray< FSCS... | GetDisplayedHierarchy () | |
void | HighlightProperty ( FName VarName, FPropertySoftPath Property ) | |
void | OnSCSEditorHighlightPropertyInDetailsView ( const FPropertyPath& InPropertyPat... ) | |
void | OnSCSEditorUpdateSelectionFromNodes ( const TArray< TSharedPtr< FSubobjec... ) | |
TSharedRef< ... | TreeWidget () |