Navigation
API > API/Plugins > API/Plugins/PCGToolset
Settings for the PCGToolset plugin
| Name | UPCGToolsetSettings |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Toolsets/PCGToolset/Source/PCGToolset/Public/PCGToolsetSettings.h |
| Include Path | #include "PCGToolsetSettings.h" |
Syntax
UCLASS (Config=Editor, defaultconfig, Meta=(DisplayName="PCG Toolset"))
class UPCGToolsetSettings : public UDeveloperSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UPCGToolsetSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPCGToolsetSettings() |
PCGToolsetSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ExampleGraphDirectories | TArray< FDirectoryPath > | Directories to search for example PCG graphs that will be shown to the AI. | PCGToolsetSettings.h |
|
| InstantGraphDirectories | TArray< FDirectoryPath > | Directories to search for instant PCG graphs that will be exposed to the AI. | PCGToolsetSettings.h |
|
| SubgraphDirectories | TArray< FDirectoryPath > | Directories to search for subgraph primitives that will be exposed to the AI. | PCGToolsetSettings.h |
|
Functions
Public
Public Virtual
Overridden from UDeveloperSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetCategoryName() |
PCGToolsetSettings.h | ||
virtual FText GetSectionDescription() |
PCGToolsetSettings.h | ||
virtual FText GetSectionText() |
PCGToolsetSettings.h |