Navigation
API > API/Plugins > API/Plugins/ComputeFramework
Simple concrete implementation of UComputeKernelSource with contained source text property.
| Name | UComputeKernelSourceWithText |
| Type | class |
| Header File | /Engine/Plugins/Runtime/ComputeFramework/Source/ComputeFramework/Public/ComputeFramework/ComputeKernelSource.h |
| Include Path | #include "ComputeFramework/ComputeKernelSource.h" |
Syntax
UCLASS (MinimalAPI)
class UComputeKernelSourceWithText : public UComputeKernelSource
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UComputeKernelSource → UComputeKernelSourceWithText
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SourceText | FString | Kernel source text. | ComputeFramework/ComputeKernelSource.h |
|