Navigation
API > API/Plugins > API/Plugins/PCG
Builds a collection of PCG-compatible data from the specified editor tools.
| Name | UPCGDataFromTool |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGDataFromTool.h |
| Include Path | #include "Elements/PCGDataFromTool.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGDataFromTool : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGDataFromTool
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataInstance | FName | The optional name of the data this node should retrieve. | Elements/PCGDataFromTool.h |
|
| ToolTag | FName | The tool tag on the pcg component to create a data collection from. | Elements/PCGDataFromTool.h |
|