Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
| Name | FGeometryScriptSampleTextureOptions |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/TextureMapFunctions.h |
| Include Path | #include "GeometryScript/TextureMapFunctions.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeometryScriptSampleTextureOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bWrap | bool | GeometryScript/TextureMapFunctions.h |
|
|
| SamplingMethod | EGeometryScriptPixelSamplingMethod | GeometryScript/TextureMapFunctions.h |
|
|
| UVOffset | FVector2D | GeometryScript/TextureMapFunctions.h |
|
|
| UVScale | FVector2D | GeometryScript/TextureMapFunctions.h |
|