Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/ComputeFramework/Source/ComputeFramework/Public/ComputeFramework/ComputeKernelFromText.h |
Include |
#include "ComputeFramework/ComputeKernelFromText.h" |
UCLASS(BlueprintType)
class UComputeKernelFromText : public UComputeKernelSource
Class responsible for loading HLSL text and parsing the options available.
Name | Description | |
---|---|---|
|
UComputeKernelFromText() |
Name | Description | ||
---|---|---|---|
|
ReparseKernelSourceText() |
Parse the kernel source to get the kernel external functions and other data. |
Name | Description | ||
---|---|---|---|
|
GetEntryPoint() |
Get kernel entry point name. |
|
|
GetSource() |
Get kernel source code. |
|
|
GetSourceCodeHash() |
Get a hash of the kernel source code. |
Name | Description | ||
---|---|---|---|
|
PostEditChangeChainProperty ( |
This alternate version of PostEditChange is called when properties inside structs are modified. |
|
|
PostLoad() |
Do any object-specific cleanup required immediately after loading an object. |
|
|
PreEditChange ( |
This alternate version of PreEditChange is called when properties inside structs are modified. |