Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements > API/Plugins/PCG/Elements/IO > API/Plugins/PCG/Elements/IO/FPCGExternalDataContext
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Elements/IO/PCGExternalDataContext.h |
| Include | #include "Elements/IO/PCGExternalDataContext.h" |
Syntax
struct FRowToPointAccessors
Remarks
Used for data table parsing.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< IPCGAttributeAccessor > | PointAccessor | ||
| TUniquePtr< const IPCGAttributeAccessor > | RowAccessor | ||
| FPCGAttributePropertyOutputSelector | Selector |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRowToPointAccessors
(
const FRowToPointAccessors& |
|||
FRowToPointAccessors
(
TUniquePtr< const IPCGAttributeAccessor > InRow, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FRowToPointAccessors & | |||
| FRowToPointAccessors & | operator=
(
const FRowToPointAccessors& |