[Missing Documentation] Structures

I’m not sure if I overlooked it but there’s no documentation I can find that deals with Structure Blueprints (User Defined Struct).

I’m currently trying to research them for my next book yet I can’t find anything in the documentation about them apart from the release notes which says that the “Set Members” blueprint node has now been added to the engine.

Is it hidden somewhere or does the documentation just not exist for it?

Hi

They have some information under “Structs” for short:

I just talked to Docs team and had them add a task to create the Blueprint Struct instruction page.

I think that



USTRUCT([Specifier, Specifier, ...])
struct StructName
{
    GENERATED_USTRUCT_BODY()
};


is a bit outdated ?