Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FWorldGridPreviewer |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldGridPreviewer.h |
| Include Path | #include "WorldGridPreviewer.h" |
Syntax
struct FWorldGridPreviewer : public FGCObject
Inheritance Hierarchy
- FGCObject → FWorldGridPreviewer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| WorldGridPreviewer.h | |||
FWorldGridPreviewer
(
UWorld* InWorld, |
WorldGridPreviewer.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FWorldGridPreviewer() |
WorldGridPreviewer.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CellSize | int32 | WorldGridPreviewer.h | ||
| GridColor | FLinearColor | WorldGridPreviewer.h | ||
| GridOffset | FVector | WorldGridPreviewer.h | ||
| LoadingRange | int32 | WorldGridPreviewer.h | ||
| Owner | FName | WorldGridPreviewer.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Material | TObjectPtr< UMaterial > | WorldGridPreviewer.h | ||
| MaterialInstance | TObjectPtr< UMaterialInstanceConstant > | WorldGridPreviewer.h | ||
| PostProcessVolume | TWeakObjectPtr< APostProcessVolume > | WorldGridPreviewer.h | ||
| World | TObjectPtr< UWorld > | WorldGridPreviewer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Update() |
WorldGridPreviewer.h |
Overridden from FGCObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddReferencedObjects
(
FReferenceCollector& Collector |
WorldGridPreviewer.h | ||
virtual FString GetReferencerName() |
WorldGridPreviewer.h |