FStreamableHandle::FindOrAddContextData

Gives you a mutable reference to a contextual data struct of the specified type.

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>
T & FindOrAddContextData()

Remarks

Gives you a mutable reference to a contextual data struct of the specified type.

Returns

Either a newly constructed T, or one which was previously added to this handle.