Navigation
Unreal Engine C++ API Reference > Developer > DirectoryWatcher
References
Module | DirectoryWatcher |
Header | /Engine/Source/Developer/DirectoryWatcher/Public/FileCacheUtilities.h |
Include | #include "FileCacheUtilities.h" |
Syntax
struct FImmutableString
Remarks
An immutable string with a cached CRC for efficient comparison with other strings
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FImmutableString
(
FString InString |
Constructible from a raw string | |
![]() |
FImmutableString
(
const TCHAR* InString |
||
![]() |
FImmutableString
(
const FImmutableString& |
||
![]() |
FImmutableString
(
FImmutableString&& In |
Move construction/assignment |
Functions
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
FImmutableString & | ||
![]() |
FImmutableString & | ||
![]() |
FImmutableString & | operator=
(
const FImmutableString& |
|
![]() |
FImmutableString & | operator=
(
FImmutableString&& In |