# class ISimplygonEditorModule
 Module for Simplygon Editor Services i.e LevelEd Extensions and etc.
# Methods (public)
| Method | Description | 
|---|---|
| GetRandomSamplesFromNavigableSpace | Gets a random samples point from navigable space for Visibility Sampling | 
# GetRandomSamplesFromNavigableSpace
# Syntax
void GetRandomSamplesFromNavigableSpace(const UWorld *, const int, const float, const float, TArray<FVector> &);
# Parameters
| Type | Name | Description | 
|---|---|---|
UWorld |  InWolrd | World. | 
int |  NumSamples | Total number of samples to collect. | 
float |  MinZ | Minimum height. | 
float |  MaxZ | Maximum height. | 
TArray<FVector> |  OutSamples | The TArray containing the sample locations. | 
Return Type:
void