FStreamableHandle::FindFirstContextDataOfType

Finds the first instance of a contextual data struct which is attached to this handle.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

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

Include

#include "Engine/StreamableManager.h"

Syntax

template<typename T>
TSharedPtr< T > FindFirstContextDataOfType() const

Remarks

Finds the first instance of a contextual data struct which is attached to this handle.

Returns

Either nullptr, or TSharedPtr to the first instance of a T on this handle.

See Also