Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGPackedCustomData |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/InstanceDataPackers/PCGInstanceDataPackerBase.h |
| Include Path | #include "InstanceDataPackers/PCGInstanceDataPackerBase.h" |
Syntax
USTRUCT (BlueprintType )
struct FPCGPackedCustomData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CustomData | TArray< float > | InstanceDataPackers/PCGInstanceDataPackerBase.h |
|
|
| Mask | TBitArray | If the custom data was sparsely set, mark the custom data index corresponding bit. | InstanceDataPackers/PCGInstanceDataPackerBase.h | |
| NumCustomDataFloats | int | InstanceDataPackers/PCGInstanceDataPackerBase.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConstArrayView< float > GetViewForIndex
(
int32 Index |
InstanceDataPackers/PCGInstanceDataPackerBase.h | ||
void Reset() |
InstanceDataPackers/PCGInstanceDataPackerBase.h |