Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/HLSLTree
Inheritance Hierarchy
- FErrorHandlerInterface
- FNullErrorHandler
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/HLSLTree/HLSLTree.h |
| Include | #include "HLSLTree/HLSLTree.h" |
Syntax
class FErrorHandlerInterface
Remarks
Used to report any errors generating when preparing the HLSLTree
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddErrorInternal
(
TConstArrayView< UObject* > InOwners, |
Recieves a list of owners for the node that generated the error, along with the error message |