Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/HLSLTree > API/Runtime/Engine/HLSLTree/FTree
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/HLSLTree/HLSLTree.h |
| Include | #include "HLSLTree/HLSLTree.h" |
template<typename T, typename... ArgTypes>
const FExpression * NewExpression
(
ArgTypes &&... Args
)
Remarks
Creates a new FExpression-derived type by passing the given arguments to the constructor Given arguments are hashed, and may result in returning an existing expression if the hash matches