FImmutableString

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

Windows
MacOS
Linux

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

Name Description

Public function

FImmutableString

(
    FString InString
)

Constructible from a raw string

Public function

FImmutableString

(
    const TCHAR* InString
)

Public function

FImmutableString

(
    const FImmutableString&
)

Public function

FImmutableString

(
    FImmutableString&& In
)

Move construction/assignment

Functions

Name Description

Public function Const

const FStrin...

 

Get()

Get the underlying string

Operators

Name Description

Public function

FImmutableSt...

 

operator=

(
    FString InString
)

Public function

FImmutableSt...

 

operator=

(
    const TCHAR* InString
)

Public function

FImmutableSt...

 

operator=

(
    const FImmutableString&
)

Public function

FImmutableSt...

 

operator=

(
    FImmutableString&& In
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss