Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/Node
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TNodeType * TryGetFirstAttributeOfType () |
uLang/Syntax/VstNode.h | ||
const Node * TryGetFirstAttributeOfType
(
NodeType Type |
uLang/Syntax/VstNode.h |
TryGetFirstAttributeOfType()
| Name | TryGetFirstAttributeOfType |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
template<typename TNodeType>
const TNodeType * TryGetFirstAttributeOfType() const
TryGetFirstAttributeOfType(NodeType)
| Name | TryGetFirstAttributeOfType |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include Path | #include "uLang/Syntax/VstNode.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/Syntax/tLang.cpp |
const Node * TryGetFirstAttributeOfType
(
NodeType Type
) const