CohtmlCompiledScriptData
Public Functions
| Name | |
|---|---|
| void | SetCompiledData(cohtml::DataBuffer * InDataBuffer) |
| cohtml::DataBuffer * | GetCompiledData() const |
| bool | HasCompiledData() const |
Public Attributes
| Name | |
|---|---|
| TArray< uint8 > | FileData |
Public Functions Documentation
function SetCompiledData
inline void SetCompiledData(
cohtml::DataBuffer * InDataBuffer
)
function GetCompiledData
inline cohtml::DataBuffer * GetCompiledData() const
function HasCompiledData
inline bool HasCompiledData() const
Public Attributes Documentation
variable FileData
TArray< uint8 > FileData;