Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/Blueprint
Inheritance Hierarchy
- UBlueprintFunctionLibrary
- UTG_BlueprintFunctionLibrary
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/Blueprint/TG_BlueprintFunctionLibrary.h |
| Include | #include "Blueprint/TG_BlueprintFunctionLibrary.h" |
Syntax
UCLASS (Meta=(ScriptName="TextureScreptingLibrary"))
class UTG_BlueprintFunctionLibrary : public UBlueprintFunctionLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | AddParamWarning
(
FName ParamName, |
||
| FLinearColor | GetColorParameterValue
(
UObject* WorldContextObject, |
Gets a color parameter value from the TextureGraph instance. Logs if ParameterName is invalid. | |
| float | GetScalarParameterValue
(
UObject* WorldContextObject, |
Gets a scalar parameter value from the TextureGraph instance. Logs if ParameterName is invalid. | |
| FTG_OutputSettings | GetSettingsParameterValue
(
UObject* WorldContextObject, |
Gets a FTG_OutputSettings parameter value from the TextureGraph instance. | |
| UTexture * | GetTextureParameterValue
(
UObject* WorldContextObject, |
Gets a texture parameter value from the TextureGraph instance. Logs if ParameterName is invalid. | |
| FLinearColor | GetVectorParameterValue
(
UObject* WorldContextObject, |
Gets a Vector parameter value from the TextureGraph instance. Logs if ParameterName is invalid. | |
| void | SetColorParameterValue
(
UObject* WorldContextObject, |
Sets a color parameter value on the TextureGraph instance. Logs if ParameterName is invalid. | |
| void | SetScalarParameterValue
(
UObject* WorldContextObject, |
Sets a scalar parameter value on the TextureGraph instance. Logs if ParameterName is invalid. | |
| void | SetSettingsParameterValue
(
UObject* WorldContextObject, |
Sets a FTG_OutputSettings parameter value on the TextureGraph instance. | |
| void | SetTextureParameterValue
(
UObject* WorldContextObject, |
Sets a Texture parameter value on the TextureGraph instance. Logs if ParameterName is invalid. | |
| void | SetVectorParameterValue
(
UObject* WorldContextObject, |
Sets a Vector parameter value on the TextureGraph instance. Logs if ParameterName is invalid. |