Files
UnrealEngineUWP/Engine/Documentation/Source/Programming/UnrealArchitecture/Reference/Structs/Specifiers/StructSpecifiers.INT.udn
Ben Marsh 49831a5631 Include documentation source in repository.
[CL 2489162 by Ben Marsh in Main branch]
2015-03-24 08:35:52 -04:00

16 lines
823 B
Plaintext

Title: Struct Specifiers
Crumbs:%ROOT%, Programming/UnrealArchitecture/Reference, Programming/UnrealArchitecture/Reference, Programming/UnrealArchitecture/Reference/Structs
Description: Keywords used when declaring gameplay structs to specify how the struct behaves with various aspects of the engine and editor.
Availability:Public
[EXCERPT:main]
When declaring structs, specifiers can be added to the declaration to control how the struct behaves with various
aspects of the engine and editor.
* [](Programming/UnrealArchitecture/Reference/Structs/Specifiers/Atomic)
* [](Programming/UnrealArchitecture/Reference/Structs/Specifiers/BlueprintType)
* [](Programming/UnrealArchitecture/Reference/Structs/Specifiers/Immutable)
* [](Programming/UnrealArchitecture/Reference/Structs/Specifiers/NoExport)
[/EXCERPT:main]