Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FGCObject
- FWorldGridPreviewer
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldGridPreviewer.h |
| Include | #include "WorldGridPreviewer.h" |
Syntax
struct FWorldGridPreviewer : public FGCObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | CellSize | ||
| FLinearColor | GridColor | ||
| FVector | GridOffset | ||
| int32 | LoadingRange | ||
| FName | Owner |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWorldGridPreviewer
(
UWorld* InWorld, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Update () |
Overridden from FGCObject
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
Pure virtual that must be overloaded by the inheriting class. | |
| FString | Overload this method to report a name for your referencer |