Navigation
API > API/Plugins > API/Plugins/TextureGraph
Inheritance Hierarchy
- UMixInterface
- UTextureGraph
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/TextureGraph.h |
| Include | #include "TextureGraph.h" |
Syntax
UCLASS (BlueprintType)
class UTextureGraph : public UMixInterface
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< class UTG_Graph > | TextureGraph |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CheckCyclicDependency
(
const UTextureGraph* InTextureGraph |
||
| void | Construct the script giving it its name Initialize to a default one output script. | ||
| void | GatherAllDependentGraphs
(
TArray< UTextureGraph* >& DependentGraphs |
||
| int32 | |||
| BufferFormat | |||
| EResolution | GetMaxHeight () |
||
| EResolution | GetMaxWidth () |
||
| const UTG_Graph * | Graph () |
||
| UTG_Graph * | Graph () |
||
| void | |||
| bool | IsDependent
(
const UTextureGraph* TextureGraph |
||
| void | Log () |
||
| void | PostLoad () |
Override the PostLoad method of UObject to allocate settings. | |
| void | PostMeshLoad () |
||
| void | PreSave
(
FObjectPreSaveContext SaveContext |
Override PreSave method of UObject. | |
| void | Override Serialize method of UObject. | ||
| void | TriggerUpdate
(
bool Tweaking |
||
| void | Update
(
MixUpdateCyclePtr InCycle |
||
| void |