Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
| |
|
| Name |
FDistanceFieldToTextureSettings |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/VolumeTextureBakeFunctions.h |
| Include Path |
#include "GeometryScript/VolumeTextureBakeFunctions.h" |
Syntax
USTRUCT (BlueprintType )
struct FDistanceFieldToTextureSettings
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Offset |
float |
Offset values by this amount before writing them to the texture (after applying Scale) |
GeometryScript/VolumeTextureBakeFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|
| Scale |
float |
Scale values by this amount before writing them to the texture. |
GeometryScript/VolumeTextureBakeFunctions.h |
- EditAnywhere
- BlueprintReadWrite
- Category=Options
|