Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGPolyLineData
Description
This function should be called in the Sample/Project point function, but can also be called if the sampling is done manually. This is meant for each child class to write its metadata given the InputKey, so interpolation can also be done.
Derived Overrides
| Name | WriteMetadataToPoint |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Data/PCGPolyLineData.h |
| Include Path | #include "Data/PCGPolyLineData.h" |
UFUNCTION (BlueprintCallable, Category="PolylineData")
virtual void WriteMetadataToPoint
(
float InputKey,
FPCGPoint & OutPoint,
UPCGMetadata * OutMetadata
) const