Navigation
API > API/Plugins > API/Plugins/FastGeoStreaming
| Name | EFastGeoTransform |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/FastGeoStreaming/Source/FastGeoStreaming/Public/FastGeoWorldPartitionRuntimeCellTransformer.h |
| Include Path | #include "FastGeoWorldPartitionRuntimeCellTransformer.h" |
Syntax
enum EFastGeoTransform
{
Allow,
Reject,
Discard,
MAX,
}
Values
| Name | Remarks |
|---|---|
| Allow | Actor or component can be transformed. |
| Reject | Actor or component can't be transformed. |
| Discard | Actor or component is not relevant and can be fully discarded without impact on the game. |
| MAX |