Navigation
API > API/Plugins > API/Plugins/FastGeoStreaming
Threshold values used when transforming InstanceStaticMeshComponent tranforms when FastGeo transformer InstanceStorageMode is set to EFastGeoInstanceStorageMode::Auto.
| Name | FFastGeoInstanceCompressionSettings |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/FastGeoStreaming/Source/FastGeoStreaming/Public/FastGeoWorldPartitionRuntimeCellTransformer.h |
| Include Path | #include "FastGeoWorldPartitionRuntimeCellTransformer.h" |
Syntax
USTRUCT ()
struct FFastGeoInstanceCompressionSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PositionEpsilon | float | Threshold for Position (cm) | FastGeoWorldPartitionRuntimeCellTransformer.h |
|
| RotationEpsilon | float | Threshold for Rotation | FastGeoWorldPartitionRuntimeCellTransformer.h |
|
| ScaleEpsilon | float | Threshold for Scale | FastGeoWorldPartitionRuntimeCellTransformer.h |
|