Navigation
API > API/Plugins > API/Plugins/PCG
Base class for both reroute declaration and usage to share implementation, but also because they use the same visual node representation in the editor.
| Name | UPCGNamedRerouteBaseSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGReroute.h |
| Include Path | #include "Elements/PCGReroute.h" |
Syntax
UCLASS (MinimalAPI, ClassGroup=(Procedural))
class UPCGNamedRerouteBaseSettings : public UPCGRerouteSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGRerouteSettings → UPCGNamedRerouteBaseSettings
Derived Classes
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanUserEditTitle() |
Returns whether the user can directly interact with the node name | Elements/PCGReroute.h |