Skip to main content

UeStruct

Trait UeStruct 

Source
pub trait UeStruct: 'static {
    // Required method
    fn static_struct() -> UStructHandle;
}
Expand description

Implemented by codegen for every exported UScriptStruct.

Required Methods§

Source

fn static_struct() -> UStructHandle

Get the UScriptStruct* for this type.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§