Navigation
API > API/Plugins > API/Plugins/PCG
| |
|
| Name |
UPCGLoadDataTableSettings |
| Type |
class |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Elements/IO/PCGDataTableElement.h |
| Include Path |
#include "Elements/IO/PCGDataTableElement.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGLoadDataTableSettings : public UPCGExternalDataSettings
Inheritance Hierarchy
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bSynchronousLoad |
bool |
By default, data table loading is asynchronous, can force it synchronous if needed. |
Elements/IO/PCGDataTableElement.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Settings|Debug"
|
| DataTable |
TSoftObjectPtr< UDataTable > |
|
Elements/IO/PCGDataTableElement.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(PCG_Overridable)
|
| OutputType |
EPCGExclusiveDataType |
|
Elements/IO/PCGDataTableElement.h |
- BlueprintReadWrite
- EditAnywhere
- Category=Settings
- Meta=(ValidEnumValues="Point, Param")
|
Functions