Navigation
API > API/Plugins > API/Plugins/ComputeFramework
Simple data driven compute graph implementation.
| Name | UComputeGraphFromText |
| Type | class |
| Header File | /Engine/Plugins/Runtime/ComputeFramework/Source/ComputeFramework/Public/ComputeFramework/ComputeGraphFromText.h |
| Include Path | #include "ComputeFramework/ComputeGraphFromText.h" |
Syntax
UCLASS (MinimalAPI)
class UComputeGraphFromText : public UComputeGraph
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UComputeGraph → UComputeGraphFromText
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GraphSourceText | FString | Source text containing the full graph description. | ComputeFramework/ComputeGraphFromText.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetGraphSourceText
(
FString const& InText |
Set the source text that describes the graph. | ComputeFramework/ComputeGraphFromText.h |