Navigation
API > API/Plugins > API/Plugins/FastGeoStreaming
Stores the transformation result and optionally collects the failure reason for debug reports.
| Name | FFastGeoTransformResult |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/FastGeoStreaming/Source/FastGeoStreaming/Public/FastGeoWorldPartitionRuntimeCellTransformer.h |
| Include Path | #include "FastGeoWorldPartitionRuntimeCellTransformer.h" |
Syntax
struct FFastGeoTransformResult
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFastGeoTransformResult
(
EFastGeoTransform InTransformResult, |
FastGeoWorldPartitionRuntimeCellTransformer.h | ||
FFastGeoTransformResult
(
EFastGeoTransform InTransformResult, |
FastGeoWorldPartitionRuntimeCellTransformer.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bShouldCollectReasons | bool | FastGeoWorldPartitionRuntimeCellTransformer.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Reason | FString | FastGeoWorldPartitionRuntimeCellTransformer.h | ||
| TransformResult | EFastGeoTransform | FastGeoWorldPartitionRuntimeCellTransformer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetReason() |
FastGeoWorldPartitionRuntimeCellTransformer.h | ||
EFastGeoTransform GetResult() |
FastGeoWorldPartitionRuntimeCellTransformer.h | ||
uint32 GetResultIndex() |
FastGeoWorldPartitionRuntimeCellTransformer.h |