Searched defs:CIndexToPathPair (Results 1 – 1 of 1) sorted by relevance
138 struct CIndexToPathPair struct143 CIndexToPathPair(UInt32 index): Index(index) {} in CIndexToPathPair() argument144 CIndexToPathPair(UInt32 index, const FString &path): Index(index), Path(path) {} in CIndexToPathPair() argument146 int Compare(const CIndexToPathPair &pair) const in Compare() argument