Searched defs:CIndexToPathPair (Results 1 – 1 of 1) sorted by relevance
151 struct CIndexToPathPair struct156 CIndexToPathPair(UInt32 index): Index(index) {} in CIndexToPathPair() argument157 CIndexToPathPair(UInt32 index, const FString &path): Index(index), Path(path) {} in CIndexToPathPair() function159 int Compare(const CIndexToPathPair &pair) const in Compare() argument