Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
Inheritance Hierarchy
- UBlueprintFunctionLibrary
- UGeometryScriptLibrary_TextureMapFunctions
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/TextureMapFunctions.h |
| Include | #include "GeometryScript/TextureMapFunctions.h" |
Syntax
UCLASS (Meta=(ScriptName="GeometryScript_TextureUtils"))
class UGeometryScriptLibrary_TextureMapFunctions : public UBlueprintFunctionLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SampleTexture2DAtUVPositions
(
FGeometryScriptUVList UVList, |
Samples the given TextureMap at the list of UV positions and returns the color at each position in ColorList output. | |
| void | SampleTextureRenderTarget2DAtUVPositions
(
FGeometryScriptUVList UVList, |
Sample the the given TextureMap at the list of UV positions and return the color at each position in ColorList output. |