FStreamableHandle::GetContextDataOfType

Finds all instances of a contextual data struct which are 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>
TArray< TSharedPtr< T > > GetContextDataOfType() const

Remarks

Finds all instances of a contextual data struct which are attached to this handle

Returns

Array filled with all instances of T currently attached to this handle