FStreamableHandle::HasCompleteDelegate

Check to see whether or not the Complete delegate is bound; useful for doing extra work before/without stomping the existing delegate.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/StreamableManager.h

Include

#include "Engine/StreamableManager.h"

Source

/Engine/Source/Runtime/Engine/Private/StreamableManager.cpp

Syntax

bool HasCompleteDelegate() const

Remarks

Check to see whether or not the Complete delegate is bound; useful for doing extra work before/without stomping the existing delegate.