FImmutableString

An immutable string with a cached CRC for efficient comparison with other strings

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

Type Name Description
const FStrin... Get () Get the underlying string

Operators

Type Name Description
FImmutableSt... operator= ( FString InString )  
FImmutableSt... operator= ( const TCHAR* InString )  
FImmutableSt... operator= ( const FImmutableString& )  
FImmutableSt... operator= ( FImmutableString&& In )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library