Navigation
API > API/Runtime > API/Runtime/Engine
Options when getting a Find References search string from a node.
| Name | EGetFindReferenceSearchStringFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include Path | #include "EdGraph/EdGraphNode.h" |
Syntax
enum EGetFindReferenceSearchStringFlags
{
None = 0,
Legacy = 1 << 0,
UseSearchSyntax = 1 << 1,
}
Values
| Name | Remarks |
|---|---|
| None | No options. |
| Legacy | Use search behavior from before there were different Find References options. |
| UseSearchSyntax | Use search syntax to do exact search. |